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

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

Issue 559073002: Revert of Remove some CSS properties from UseCounters (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | 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 /* 2 /*
3 * Copyright (C) 2012 Google, Inc. All rights reserved. 3 * Copyright (C) 2012 Google, Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 1. Redistributions of source code must retain the above copyright 8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright 10 * 2. Redistributions in binary form must reproduce the above copyright
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 case CSSPropertyWebkitColumnCount: return 218; 262 case CSSPropertyWebkitColumnCount: return 218;
263 case CSSPropertyWebkitColumnGap: return 219; 263 case CSSPropertyWebkitColumnGap: return 219;
264 // CSSPropertyWebkitColumnProgression was 220 264 // CSSPropertyWebkitColumnProgression was 220
265 case CSSPropertyWebkitColumnRule: return 221; 265 case CSSPropertyWebkitColumnRule: return 221;
266 case CSSPropertyWebkitColumnRuleColor: return 222; 266 case CSSPropertyWebkitColumnRuleColor: return 222;
267 case CSSPropertyWebkitColumnRuleStyle: return 223; 267 case CSSPropertyWebkitColumnRuleStyle: return 223;
268 case CSSPropertyWebkitColumnRuleWidth: return 224; 268 case CSSPropertyWebkitColumnRuleWidth: return 224;
269 case CSSPropertyWebkitColumnSpan: return 225; 269 case CSSPropertyWebkitColumnSpan: return 225;
270 case CSSPropertyWebkitColumnWidth: return 226; 270 case CSSPropertyWebkitColumnWidth: return 226;
271 case CSSPropertyWebkitColumns: return 227; 271 case CSSPropertyWebkitColumns: return 227;
272 // case CSSPropertyWebkitBoxDecorationBreak: return 228; 272 #if defined(ENABLE_CSS_BOX_DECORATION_BREAK) && ENABLE_CSS_BOX_DECORATION_BREAK
273 // case CSSPropertyWebkitFilter: return 229; 273 case CSSPropertyWebkitBoxDecorationBreak: return 228;
274 #endif
275 #if defined(ENABLE_CSS_FILTERS) && ENABLE_CSS_FILTERS
276 case CSSPropertyWebkitFilter: return 229;
277 #endif
274 case CSSPropertyAlignContent: return 230; 278 case CSSPropertyAlignContent: return 230;
275 case CSSPropertyAlignItems: return 231; 279 case CSSPropertyAlignItems: return 231;
276 case CSSPropertyAlignSelf: return 232; 280 case CSSPropertyAlignSelf: return 232;
277 case CSSPropertyFlex: return 233; 281 case CSSPropertyFlex: return 233;
278 case CSSPropertyFlexBasis: return 234; 282 case CSSPropertyFlexBasis: return 234;
279 case CSSPropertyFlexDirection: return 235; 283 case CSSPropertyFlexDirection: return 235;
280 case CSSPropertyFlexFlow: return 236; 284 case CSSPropertyFlexFlow: return 236;
281 case CSSPropertyFlexGrow: return 237; 285 case CSSPropertyFlexGrow: return 237;
282 case CSSPropertyFlexShrink: return 238; 286 case CSSPropertyFlexShrink: return 238;
283 case CSSPropertyFlexWrap: return 239; 287 case CSSPropertyFlexWrap: return 239;
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 // case CSSPropertyWebkitRegionBreakAfter: return 343; 383 // case CSSPropertyWebkitRegionBreakAfter: return 343;
380 // case CSSPropertyWebkitRegionBreakBefore: return 344; 384 // case CSSPropertyWebkitRegionBreakBefore: return 344;
381 // case CSSPropertyWebkitRegionBreakInside: return 345; 385 // case CSSPropertyWebkitRegionBreakInside: return 345;
382 // case CSSPropertyShapeInside: return 346; 386 // case CSSPropertyShapeInside: return 346;
383 case CSSPropertyShapeOutside: return 347; 387 case CSSPropertyShapeOutside: return 347;
384 case CSSPropertyShapeMargin: return 348; 388 case CSSPropertyShapeMargin: return 348;
385 // case CSSPropertyShapePadding: return 349; 389 // case CSSPropertyShapePadding: return 349;
386 // case CSSPropertyWebkitWrapFlow: return 350; 390 // case CSSPropertyWebkitWrapFlow: return 350;
387 // case CSSPropertyWebkitWrapThrough: return 351; 391 // case CSSPropertyWebkitWrapThrough: return 351;
388 // CSSPropertyWebkitWrap was 352. 392 // CSSPropertyWebkitWrap was 352.
389 // case CSSPropertyWebkitTapHighlightColor: return 353; 393 #if defined(ENABLE_TOUCH_EVENTS) && ENABLE_TOUCH_EVENTS
390 // case CSSPropertyWebkitAppRegion: return 354; 394 case CSSPropertyWebkitTapHighlightColor: return 353;
395 #endif
396 #if defined(ENABLE_DRAGGABLE_REGION) && ENABLE_DRAGGABLE_REGION
397 case CSSPropertyWebkitAppRegion: return 354;
398 #endif
391 case CSSPropertyClipPath: return 355; 399 case CSSPropertyClipPath: return 355;
392 case CSSPropertyClipRule: return 356; 400 case CSSPropertyClipRule: return 356;
393 case CSSPropertyMask: return 357; 401 case CSSPropertyMask: return 357;
394 case CSSPropertyEnableBackground: return 358; 402 case CSSPropertyEnableBackground: return 358;
395 case CSSPropertyFilter: return 359; 403 case CSSPropertyFilter: return 359;
396 case CSSPropertyFloodColor: return 360; 404 case CSSPropertyFloodColor: return 360;
397 case CSSPropertyFloodOpacity: return 361; 405 case CSSPropertyFloodOpacity: return 361;
398 case CSSPropertyLightingColor: return 362; 406 case CSSPropertyLightingColor: return 362;
399 case CSSPropertyStopColor: return 363; 407 case CSSPropertyStopColor: return 363;
400 case CSSPropertyStopOpacity: return 364; 408 case CSSPropertyStopOpacity: return 364;
(...skipping 21 matching lines...) Expand all
422 case CSSPropertyAlignmentBaseline: return 386; 430 case CSSPropertyAlignmentBaseline: return 386;
423 case CSSPropertyBaselineShift: return 387; 431 case CSSPropertyBaselineShift: return 387;
424 case CSSPropertyDominantBaseline: return 388; 432 case CSSPropertyDominantBaseline: return 388;
425 case CSSPropertyGlyphOrientationHorizontal: return 389; 433 case CSSPropertyGlyphOrientationHorizontal: return 389;
426 case CSSPropertyGlyphOrientationVertical: return 390; 434 case CSSPropertyGlyphOrientationVertical: return 390;
427 // CSSPropertyKerning has been removed, was return 391; 435 // CSSPropertyKerning has been removed, was return 391;
428 case CSSPropertyTextAnchor: return 392; 436 case CSSPropertyTextAnchor: return 392;
429 case CSSPropertyVectorEffect: return 393; 437 case CSSPropertyVectorEffect: return 393;
430 case CSSPropertyWritingMode: return 394; 438 case CSSPropertyWritingMode: return 394;
431 // CSSPropertyWebkitSvgShadow has been removed, was return 395; 439 // CSSPropertyWebkitSvgShadow has been removed, was return 395;
432 // CSSPropertyWebkitCursorVisibility has been removed, was return 396; 440 #if defined(ENABLE_CURSOR_VISIBILITY) && ENABLE_CURSOR_VISIBILITY
441 case CSSPropertyWebkitCursorVisibility: return 396;
442 #endif
433 // CSSPropertyImageOrientation has been removed, was return 397; 443 // CSSPropertyImageOrientation has been removed, was return 397;
434 // CSSPropertyImageResolution has been removed, was return 398; 444 // CSSPropertyImageResolution has been removed, was return 398;
435 #if defined(ENABLE_CSS_COMPOSITING) && ENABLE_CSS_COMPOSITING 445 #if defined(ENABLE_CSS_COMPOSITING) && ENABLE_CSS_COMPOSITING
436 case CSSPropertyWebkitBlendMode: return 399; 446 case CSSPropertyWebkitBlendMode: return 399;
437 case CSSPropertyWebkitBackgroundBlendMode: return 400; 447 case CSSPropertyWebkitBackgroundBlendMode: return 400;
438 #endif 448 #endif
439 case CSSPropertyTextDecorationLine: return 401; 449 case CSSPropertyTextDecorationLine: return 401;
440 case CSSPropertyTextDecorationStyle: return 402; 450 case CSSPropertyTextDecorationStyle: return 402;
441 case CSSPropertyTextDecorationColor: return 403; 451 case CSSPropertyTextDecorationColor: return 403;
442 case CSSPropertyTextAlignLast: return 404; 452 case CSSPropertyTextAlignLast: return 404;
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
825 UseCounter* UseCounter::getFrom(const StyleSheetContents* sheetContents) 835 UseCounter* UseCounter::getFrom(const StyleSheetContents* sheetContents)
826 { 836 {
827 // FIXME: We may want to handle stylesheets that have multiple owners 837 // FIXME: We may want to handle stylesheets that have multiple owners
828 // http://crbug.com/242125 838 // http://crbug.com/242125
829 if (sheetContents && sheetContents->hasSingleOwnerNode()) 839 if (sheetContents && sheetContents->hasSingleOwnerNode())
830 return getFrom(sheetContents->singleOwnerDocument()); 840 return getFrom(sheetContents->singleOwnerDocument());
831 return 0; 841 return 0;
832 } 842 }
833 843
834 } // namespace blink 844 } // namespace blink
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698