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

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

Issue 442323002: Remove unused UseCounter features (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | « 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 * 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 BarPropScrollbars = 181, 199 BarPropScrollbars = 181,
200 BarPropStatusbar = 182, 200 BarPropStatusbar = 182,
201 BarPropToolbar = 183, 201 BarPropToolbar = 183,
202 InputTypeEmailMultiple = 184, 202 InputTypeEmailMultiple = 184,
203 InputTypeEmailMaxLength = 185, 203 InputTypeEmailMaxLength = 185,
204 InputTypeEmailMultipleMaxLength = 186, 204 InputTypeEmailMultipleMaxLength = 186,
205 InputTypeText = 190, 205 InputTypeText = 190,
206 InputTypeTextMaxLength = 191, 206 InputTypeTextMaxLength = 191,
207 InputTypePassword = 192, 207 InputTypePassword = 192,
208 InputTypePasswordMaxLength = 193, 208 InputTypePasswordMaxLength = 193,
209 SVGInstanceRoot = 194,
210 ShowModalDialog = 195, 209 ShowModalDialog = 195,
211 PrefixedPageVisibility = 196, 210 PrefixedPageVisibility = 196,
212 CSSStyleSheetInsertRuleOptionalArg = 198, // Inconsistent with the speci fication and other browsers. 211 CSSStyleSheetInsertRuleOptionalArg = 198, // Inconsistent with the speci fication and other browsers.
213 DocumentBeforeUnloadRegistered = 200, 212 DocumentBeforeUnloadRegistered = 200,
214 DocumentBeforeUnloadFired = 201, 213 DocumentBeforeUnloadFired = 201,
215 DocumentUnloadRegistered = 202, 214 DocumentUnloadRegistered = 202,
216 DocumentUnloadFired = 203, 215 DocumentUnloadFired = 203,
217 SVGLocatableNearestViewportElement = 204, 216 SVGLocatableNearestViewportElement = 204,
218 SVGLocatableFarthestViewportElement = 205, 217 SVGLocatableFarthestViewportElement = 205,
219 HTMLHeadElementProfile = 207, 218 HTMLHeadElementProfile = 207,
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 WebSocketURL = 255, 255 WebSocketURL = 255,
257 WorkerSubjectToCSP = 257, 256 WorkerSubjectToCSP = 257,
258 WorkerAllowedByChildBlockedByScript = 258, 257 WorkerAllowedByChildBlockedByScript = 258,
259 DeprecatedWebKitGradient = 260, 258 DeprecatedWebKitGradient = 260,
260 DeprecatedWebKitLinearGradient = 261, 259 DeprecatedWebKitLinearGradient = 261,
261 DeprecatedWebKitRepeatingLinearGradient = 262, 260 DeprecatedWebKitRepeatingLinearGradient = 262,
262 DeprecatedWebKitRadialGradient = 263, 261 DeprecatedWebKitRadialGradient = 263,
263 DeprecatedWebKitRepeatingRadialGradient = 264, 262 DeprecatedWebKitRepeatingRadialGradient = 264,
264 PrefixedImageSmoothingEnabled = 267, 263 PrefixedImageSmoothingEnabled = 267,
265 UnprefixedImageSmoothingEnabled = 268, 264 UnprefixedImageSmoothingEnabled = 268,
266 PromiseConstructor = 270,
267 PromiseCast = 271,
268 PromiseReject = 272,
269 PromiseResolve = 273,
270 // The above items are available in M34 branch. 265 // The above items are available in M34 branch.
271 266
272 TextAutosizing = 274, 267 TextAutosizing = 274,
273 TextAutosizingLayout = 275,
274 HTMLAnchorElementPingAttribute = 276, 268 HTMLAnchorElementPingAttribute = 276,
275 InsertAdjacentHTML = 278, 269 InsertAdjacentHTML = 278,
276 SVGClassName = 279, 270 SVGClassName = 279,
277 HTMLAppletElement = 280, 271 HTMLAppletElement = 280,
278 HTMLMediaElementSeekToFragmentStart = 281, 272 HTMLMediaElementSeekToFragmentStart = 281,
279 HTMLMediaElementPauseAtFragmentEnd = 282, 273 HTMLMediaElementPauseAtFragmentEnd = 282,
280 PrefixedWindowURL = 283, 274 PrefixedWindowURL = 283,
281 PrefixedWorkerURL = 284, // This didn't work because of crbug.com/376039 . Available since M37. 275 PrefixedWorkerURL = 284, // This didn't work because of crbug.com/376039 . Available since M37.
282 WindowOrientation = 285, 276 WindowOrientation = 285,
283 DOMStringListContains = 286, 277 DOMStringListContains = 286,
(...skipping 30 matching lines...) Expand all
314 PrefixedDocumentIsFullscreen = 318, 308 PrefixedDocumentIsFullscreen = 318,
315 PrefixedDocumentFullScreenKeyboardInputAllowed = 319, 309 PrefixedDocumentFullScreenKeyboardInputAllowed = 319,
316 PrefixedDocumentCurrentFullScreenElement = 320, 310 PrefixedDocumentCurrentFullScreenElement = 320,
317 PrefixedDocumentCancelFullScreen = 321, 311 PrefixedDocumentCancelFullScreen = 321,
318 PrefixedDocumentFullscreenEnabled = 322, 312 PrefixedDocumentFullscreenEnabled = 322,
319 PrefixedDocumentFullscreenElement = 323, 313 PrefixedDocumentFullscreenElement = 323,
320 PrefixedDocumentExitFullscreen = 324, 314 PrefixedDocumentExitFullscreen = 324,
321 // The above items are available in M35 branch. 315 // The above items are available in M35 branch.
322 316
323 SVGForeignObjectElement = 325, 317 SVGForeignObjectElement = 325,
324 PrefixedElementRequestPointerLock = 326,
325 SelectionSetPosition = 327, 318 SelectionSetPosition = 327,
326 AnimationPlayerFinishEvent = 328, 319 AnimationPlayerFinishEvent = 328,
327 SVGSVGElementInXMLDocument = 329, 320 SVGSVGElementInXMLDocument = 329,
328 CanvasRenderingContext2DSetAlpha = 330, 321 CanvasRenderingContext2DSetAlpha = 330,
329 CanvasRenderingContext2DSetCompositeOperation = 331, 322 CanvasRenderingContext2DSetCompositeOperation = 331,
330 CanvasRenderingContext2DSetLineWidth = 332, 323 CanvasRenderingContext2DSetLineWidth = 332,
331 CanvasRenderingContext2DSetLineCap = 333, 324 CanvasRenderingContext2DSetLineCap = 333,
332 CanvasRenderingContext2DSetLineJoin = 334, 325 CanvasRenderingContext2DSetLineJoin = 334,
333 CanvasRenderingContext2DSetMiterLimit = 335, 326 CanvasRenderingContext2DSetMiterLimit = 335,
334 CanvasRenderingContext2DClearShadow = 336, 327 CanvasRenderingContext2DClearShadow = 336,
(...skipping 12 matching lines...) Expand all
347 AttrTextContent = 349, 340 AttrTextContent = 349,
348 EventGetReturnValueTrue = 350, 341 EventGetReturnValueTrue = 350,
349 EventGetReturnValueFalse = 351, 342 EventGetReturnValueFalse = 351,
350 EventSetReturnValueTrue = 352, 343 EventSetReturnValueTrue = 352,
351 EventSetReturnValueFalse = 353, 344 EventSetReturnValueFalse = 353,
352 NodeIteratorExpandEntityReferences = 354, 345 NodeIteratorExpandEntityReferences = 354,
353 TreeWalkerExpandEntityReferences = 355, 346 TreeWalkerExpandEntityReferences = 355,
354 WindowOffscreenBuffering = 356, 347 WindowOffscreenBuffering = 356,
355 WindowDefaultStatus = 357, 348 WindowDefaultStatus = 357,
356 WindowDefaultstatus = 358, 349 WindowDefaultstatus = 358,
357 PrefixedConvertPointFromPageToNode = 359,
358 PrefixedConvertPointFromNodeToPage = 360,
359 PrefixedTransitionEventConstructor = 361, 350 PrefixedTransitionEventConstructor = 361,
360 PrefixedMutationObserverConstructor = 362, 351 PrefixedMutationObserverConstructor = 362,
361 PrefixedIDBCursorConstructor = 363, 352 PrefixedIDBCursorConstructor = 363,
362 PrefixedIDBDatabaseConstructor = 364, 353 PrefixedIDBDatabaseConstructor = 364,
363 PrefixedIDBFactoryConstructor = 365, 354 PrefixedIDBFactoryConstructor = 365,
364 PrefixedIDBIndexConstructor = 366, 355 PrefixedIDBIndexConstructor = 366,
365 PrefixedIDBKeyRangeConstructor = 367, 356 PrefixedIDBKeyRangeConstructor = 367,
366 PrefixedIDBObjectStoreConstructor = 368, 357 PrefixedIDBObjectStoreConstructor = 368,
367 PrefixedIDBRequestConstructor = 369, 358 PrefixedIDBRequestConstructor = 369,
368 PrefixedIDBTransactionConstructor = 370, 359 PrefixedIDBTransactionConstructor = 370,
369 NotificationPermission = 371, 360 NotificationPermission = 371,
370 RangeDetach = 372, 361 RangeDetach = 372,
371 HTMLTableElementVspace = 374, 362 HTMLTableElementVspace = 374,
372 HTMLTableElementHspace = 375, 363 HTMLTableElementHspace = 375,
373 PrefixedDocumentExitPointerLock = 376,
374 PrefixedDocumentPointerLockElement = 377,
375 PrefixedTouchRadiusX = 378, 364 PrefixedTouchRadiusX = 378,
376 PrefixedTouchRadiusY = 379, 365 PrefixedTouchRadiusY = 379,
377 PrefixedTouchRotationAngle = 380, 366 PrefixedTouchRotationAngle = 380,
378 PrefixedTouchForce = 381, 367 PrefixedTouchForce = 381,
379 PrefixedMouseEventMovementX = 382, 368 PrefixedMouseEventMovementX = 382,
380 PrefixedMouseEventMovementY = 383, 369 PrefixedMouseEventMovementY = 383,
381 PrefixedFileRelativePath = 386, 370 PrefixedFileRelativePath = 386,
382 DocumentCaretRangeFromPoint = 387, 371 DocumentCaretRangeFromPoint = 387,
383 DocumentGetCSSCanvasContext = 388, 372 DocumentGetCSSCanvasContext = 388,
384 ElementScrollIntoViewIfNeeded = 389, 373 ElementScrollIntoViewIfNeeded = 389,
(...skipping 26 matching lines...) Expand all
411 DocumentExitPointerLock = 421, 400 DocumentExitPointerLock = 421,
412 DocumentPointerLockElement = 422, 401 DocumentPointerLockElement = 422,
413 PrefixedCursorZoomIn = 424, 402 PrefixedCursorZoomIn = 424,
414 PrefixedCursorZoomOut = 425, 403 PrefixedCursorZoomOut = 425,
415 CSSCharsetRuleEncoding = 426, 404 CSSCharsetRuleEncoding = 426,
416 DocumentSetCharset = 427, 405 DocumentSetCharset = 427,
417 DocumentDefaultCharset = 428, 406 DocumentDefaultCharset = 428,
418 TextEncoderConstructor = 429, 407 TextEncoderConstructor = 429,
419 TextEncoderEncode = 430, 408 TextEncoderEncode = 430,
420 TextDecoderConstructor = 431, 409 TextDecoderConstructor = 431,
421 TextDecoderDecode= 432, 410 TextDecoderDecode = 432,
422 FocusInOutEvent = 433, 411 FocusInOutEvent = 433,
423 MouseEventMovementX = 434, 412 MouseEventMovementX = 434,
424 MouseEventMovementY = 435, 413 MouseEventMovementY = 435,
425 MixedContentTextTrack = 436,
426 MixedContentRaw = 437, 414 MixedContentRaw = 437,
427 MixedContentImage = 438, 415 MixedContentImage = 438,
428 MixedContentMedia = 439, 416 MixedContentMedia = 439,
429 DocumentFonts = 440, 417 DocumentFonts = 440,
430 MixedContentFormsSubmitted = 441, 418 MixedContentFormsSubmitted = 441,
431 FormsSubmitted = 442, 419 FormsSubmitted = 442,
432 TextInputEventOnInput = 443, 420 TextInputEventOnInput = 443,
433 TextInputEventOnTextArea = 444, 421 TextInputEventOnTextArea = 444,
434 TextInputEventOnContentEditable= 445, 422 TextInputEventOnContentEditable = 445,
435 TextInputEventOnNotNode = 446, 423 TextInputEventOnNotNode = 446,
436 WebkitBeforeTextInsertedOnInput = 447, 424 WebkitBeforeTextInsertedOnInput = 447,
437 WebkitBeforeTextInsertedOnTextArea = 448, 425 WebkitBeforeTextInsertedOnTextArea = 448,
438 WebkitBeforeTextInsertedOnContentEditable = 449, 426 WebkitBeforeTextInsertedOnContentEditable = 449,
439 WebkitBeforeTextInsertedOnNotNode = 450, 427 WebkitBeforeTextInsertedOnNotNode = 450,
440 WebkitEditableContentChangedOnInput = 451, 428 WebkitEditableContentChangedOnInput = 451,
441 WebkitEditableContentChangedOnTextArea = 452, 429 WebkitEditableContentChangedOnTextArea = 452,
442 WebkitEditableContentChangedOnContentEditable = 453, 430 WebkitEditableContentChangedOnContentEditable = 453,
443 WebkitEditableContentChangedOnNotNode = 454, 431 WebkitEditableContentChangedOnNotNode = 454,
444 HTMLImports = 455, 432 HTMLImports = 455,
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 552
565 void updateMeasurements(); 553 void updateMeasurements();
566 554
567 OwnPtr<BitVector> m_countBits; 555 OwnPtr<BitVector> m_countBits;
568 BitVector m_CSSFeatureBits; 556 BitVector m_CSSFeatureBits;
569 }; 557 };
570 558
571 } // namespace blink 559 } // namespace blink
572 560
573 #endif // UseCounter_h 561 #endif // UseCounter_h
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