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

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

Issue 2023553002: Measure text autosizing in the wild (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | third_party/WebKit/Source/core/layout/TextAutosizer.cpp » ('j') | 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 WorkerAllowedByChildBlockedByScript = 258, 227 WorkerAllowedByChildBlockedByScript = 258,
228 DeprecatedWebKitGradient = 260, 228 DeprecatedWebKitGradient = 260,
229 DeprecatedWebKitLinearGradient = 261, 229 DeprecatedWebKitLinearGradient = 261,
230 DeprecatedWebKitRepeatingLinearGradient = 262, 230 DeprecatedWebKitRepeatingLinearGradient = 262,
231 DeprecatedWebKitRadialGradient = 263, 231 DeprecatedWebKitRadialGradient = 263,
232 DeprecatedWebKitRepeatingRadialGradient = 264, 232 DeprecatedWebKitRepeatingRadialGradient = 264,
233 PrefixedImageSmoothingEnabled = 267, 233 PrefixedImageSmoothingEnabled = 267,
234 UnprefixedImageSmoothingEnabled = 268, 234 UnprefixedImageSmoothingEnabled = 268,
235 // The above items are available in M34 branch. 235 // The above items are available in M34 branch.
236 236
237 TextAutosizing = 274,
237 HTMLAnchorElementPingAttribute = 276, 238 HTMLAnchorElementPingAttribute = 276,
238 SVGClassName = 279, 239 SVGClassName = 279,
239 HTMLMediaElementSeekToFragmentStart = 281, 240 HTMLMediaElementSeekToFragmentStart = 281,
240 HTMLMediaElementPauseAtFragmentEnd = 282, 241 HTMLMediaElementPauseAtFragmentEnd = 282,
241 PrefixedWindowURL = 283, 242 PrefixedWindowURL = 283,
242 WindowOrientation = 285, 243 WindowOrientation = 285,
243 DOMStringListContains = 286, 244 DOMStringListContains = 286,
244 DocumentCaptureEvents = 287, 245 DocumentCaptureEvents = 287,
245 DocumentReleaseEvents = 288, 246 DocumentReleaseEvents = 288,
246 WindowCaptureEvents = 289, 247 WindowCaptureEvents = 289,
(...skipping 1037 matching lines...) Expand 10 before | Expand all | Expand 10 after
1284 friend class UseCounterTest; 1285 friend class UseCounterTest;
1285 static int m_muteCount; 1286 static int m_muteCount;
1286 1287
1287 CountBits m_countBits; 1288 CountBits m_countBits;
1288 BitVector m_CSSFeatureBits; 1289 BitVector m_CSSFeatureBits;
1289 }; 1290 };
1290 1291
1291 } // namespace blink 1292 } // namespace blink
1292 1293
1293 #endif // UseCounter_h 1294 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/TextAutosizer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698