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

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

Issue 2372293002: Removed navigator.pointerEnabled API. (Closed)
Patch Set: Reverted the xml changes. Created 4 years, 2 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 | « third_party/WebKit/Source/core/frame/Deprecation.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 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after
1248 SVGSMILPausing = 1506, 1248 SVGSMILPausing = 1506,
1249 SVGSMILCurrentTime = 1507, 1249 SVGSMILCurrentTime = 1507,
1250 HTMLBodyElementOnSelectionChangeAttribute = 1508, 1250 HTMLBodyElementOnSelectionChangeAttribute = 1508,
1251 ForeignFetchInterception = 1509, 1251 ForeignFetchInterception = 1509,
1252 MapNameMatchingStrict = 1510, 1252 MapNameMatchingStrict = 1510,
1253 MapNameMatchingASCIICaseless = 1511, 1253 MapNameMatchingASCIICaseless = 1511,
1254 MapNameMatchingUnicodeLower = 1512, 1254 MapNameMatchingUnicodeLower = 1512,
1255 RadioNameMatchingStrict = 1513, 1255 RadioNameMatchingStrict = 1513,
1256 RadioNameMatchingASCIICaseless = 1514, 1256 RadioNameMatchingASCIICaseless = 1514,
1257 RadioNameMatchingCaseFolding = 1515, 1257 RadioNameMatchingCaseFolding = 1515,
1258 NavigatorPointerEnabled = 1516,
1259 InputSelectionGettersThrow = 1517, 1258 InputSelectionGettersThrow = 1517,
1260 UsbGetDevices = 1519, 1259 UsbGetDevices = 1519,
1261 UsbRequestDevice = 1520, 1260 UsbRequestDevice = 1520,
1262 UsbDeviceOpen = 1521, 1261 UsbDeviceOpen = 1521,
1263 UsbDeviceClose = 1522, 1262 UsbDeviceClose = 1522,
1264 UsbDeviceSelectConfiguration = 1523, 1263 UsbDeviceSelectConfiguration = 1523,
1265 UsbDeviceClaimInterface = 1524, 1264 UsbDeviceClaimInterface = 1524,
1266 UsbDeviceReleaseInterface = 1525, 1265 UsbDeviceReleaseInterface = 1525,
1267 UsbDeviceSelectAlternateInterface = 1526, 1266 UsbDeviceSelectAlternateInterface = 1526,
1268 UsbDeviceControlTransferIn = 1527, 1267 UsbDeviceControlTransferIn = 1527,
1269 UsbDeviceControlTransferOut = 1528, 1268 UsbDeviceControlTransferOut = 1528,
1270 UsbDeviceClearHalt = 1529, 1269 UsbDeviceClearHalt = 1529,
1271 UsbDeviceTransferIn = 1530, 1270 UsbDeviceTransferIn = 1530,
1272 UsbDeviceTransferOut = 1531, 1271 UsbDeviceTransferOut = 1531,
1273 UsbDeviceIsochronousTransferIn = 1532, 1272 UsbDeviceIsochronousTransferIn = 1532,
1274 UsbDeviceIsochronousTransferOut = 1533, 1273 UsbDeviceIsochronousTransferOut = 1533,
1275 UsbDeviceReset = 1534, 1274 UsbDeviceReset = 1534,
1276 // The above items are available in M54 branch 1275 // The above items are available in M54 branch
1277 1276
1278 PointerEnterLeaveFired = 1535, 1277 PointerEnterLeaveFired = 1535,
1279 PointerOverOutFired = 1536, 1278 PointerOverOutFired = 1536,
1280 PointerEnterLeaveFiredWhileCaptured = 1537,
1281 PointerOverOutFiredWhileCaptured = 1538,
1282 DraggableAttribute = 1539, 1279 DraggableAttribute = 1539,
1283 CleanScriptElementWithNonce = 1540, 1280 CleanScriptElementWithNonce = 1540,
1284 PotentiallyInjectedScriptElementWithNonce = 1541, 1281 PotentiallyInjectedScriptElementWithNonce = 1541,
1285 PendingStylesheetAddedAfterBodyStarted = 1542, 1282 PendingStylesheetAddedAfterBodyStarted = 1542,
1286 UntrustedMouseDownEventDispatchedToSelect = 1543, 1283 UntrustedMouseDownEventDispatchedToSelect = 1543,
1287 BlockedSniffingAudioToScript = 1544, 1284 BlockedSniffingAudioToScript = 1544,
1288 BlockedSniffingVideoToScript = 1545, 1285 BlockedSniffingVideoToScript = 1545,
1289 BlockedSniffingCSVToScript = 1546, 1286 BlockedSniffingCSVToScript = 1546,
1290 MetaSetCookie = 1547, 1287 MetaSetCookie = 1547,
1291 MetaRefresh = 1548, 1288 MetaRefresh = 1548,
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
1395 private: 1392 private:
1396 // Tracks what features/properties need to be reported to the legacy his tograms. 1393 // Tracks what features/properties need to be reported to the legacy his tograms.
1397 BitVector m_featureBits; 1394 BitVector m_featureBits;
1398 BitVector m_CSSBits; 1395 BitVector m_CSSBits;
1399 } m_legacyCounter; 1396 } m_legacyCounter;
1400 }; 1397 };
1401 1398
1402 } // namespace blink 1399 } // namespace blink
1403 1400
1404 #endif // UseCounter_h 1401 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698