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

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

Issue 2729353002: Remove webkitdropzone. (Closed)
Patch Set: Created 3 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
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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 346
347 UseAsm = 473, 347 UseAsm = 473,
348 DOMWindowOpen = 475, 348 DOMWindowOpen = 475,
349 DOMWindowOpenFeatures = 476, 349 DOMWindowOpenFeatures = 476,
350 AspectRatioFlexItem = 479, 350 AspectRatioFlexItem = 479,
351 DetailsElement = 480, 351 DetailsElement = 480,
352 DialogElement = 481, 352 DialogElement = 481,
353 MapElement = 482, 353 MapElement = 482,
354 MeterElement = 483, 354 MeterElement = 483,
355 ProgressElement = 484, 355 ProgressElement = 484,
356 PrefixedHTMLElementDropzone = 490,
357 WheelEventWheelDeltaX = 491, 356 WheelEventWheelDeltaX = 491,
358 WheelEventWheelDeltaY = 492, 357 WheelEventWheelDeltaY = 492,
359 WheelEventWheelDelta = 493, 358 WheelEventWheelDelta = 493,
360 SendBeacon = 494, 359 SendBeacon = 494,
361 SendBeaconQuotaExceeded = 495, 360 SendBeaconQuotaExceeded = 495,
362 SVGSMILElementInDocument = 501, 361 SVGSMILElementInDocument = 501,
363 MouseEventOffsetX = 502, 362 MouseEventOffsetX = 502,
364 MouseEventOffsetY = 503, 363 MouseEventOffsetY = 503,
365 MouseEventX = 504, 364 MouseEventX = 504,
366 MouseEventY = 505, 365 MouseEventY = 505,
(...skipping 1206 matching lines...) Expand 10 before | Expand all | Expand 10 after
1573 // Tracks what features/properties need to be reported to the legacy 1572 // Tracks what features/properties need to be reported to the legacy
1574 // histograms. 1573 // histograms.
1575 BitVector m_featureBits; 1574 BitVector m_featureBits;
1576 BitVector m_CSSBits; 1575 BitVector m_CSSBits;
1577 } m_legacyCounter; 1576 } m_legacyCounter;
1578 }; 1577 };
1579 1578
1580 } // namespace blink 1579 } // namespace blink
1581 1580
1582 #endif // UseCounter_h 1581 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698