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

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

Issue 2648163002: Remove case-insensitive matching of usemap attribute. (Closed)
Patch Set: _ Created 3 years, 11 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 1157 matching lines...) Expand 10 before | Expand all | Expand 10 after
1168 SVGViewElement = 1500, 1168 SVGViewElement = 1500,
1169 WebShareShare = 1501, 1169 WebShareShare = 1501,
1170 AuxclickAddListenerCount = 1502, 1170 AuxclickAddListenerCount = 1502,
1171 HTMLCanvasElement = 1503, 1171 HTMLCanvasElement = 1503,
1172 SVGSMILAnimationElementTiming = 1504, 1172 SVGSMILAnimationElementTiming = 1504,
1173 SVGSMILBeginEndAnimationElement = 1505, 1173 SVGSMILBeginEndAnimationElement = 1505,
1174 SVGSMILPausing = 1506, 1174 SVGSMILPausing = 1506,
1175 SVGSMILCurrentTime = 1507, 1175 SVGSMILCurrentTime = 1507,
1176 HTMLBodyElementOnSelectionChangeAttribute = 1508, 1176 HTMLBodyElementOnSelectionChangeAttribute = 1508,
1177 ForeignFetchInterception = 1509, 1177 ForeignFetchInterception = 1509,
1178 MapNameMatchingStrict = 1510,
1179 MapNameMatchingASCIICaseless = 1511,
1180 MapNameMatchingUnicodeLower = 1512,
1181 InputSelectionGettersThrow = 1517, 1178 InputSelectionGettersThrow = 1517,
1182 UsbGetDevices = 1519, 1179 UsbGetDevices = 1519,
1183 UsbRequestDevice = 1520, 1180 UsbRequestDevice = 1520,
1184 UsbDeviceOpen = 1521, 1181 UsbDeviceOpen = 1521,
1185 UsbDeviceClose = 1522, 1182 UsbDeviceClose = 1522,
1186 UsbDeviceSelectConfiguration = 1523, 1183 UsbDeviceSelectConfiguration = 1523,
1187 UsbDeviceClaimInterface = 1524, 1184 UsbDeviceClaimInterface = 1524,
1188 UsbDeviceReleaseInterface = 1525, 1185 UsbDeviceReleaseInterface = 1525,
1189 UsbDeviceSelectAlternateInterface = 1526, 1186 UsbDeviceSelectAlternateInterface = 1526,
1190 UsbDeviceControlTransferIn = 1527, 1187 UsbDeviceControlTransferIn = 1527,
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
1525 // Tracks what features/properties need to be reported to the legacy 1522 // Tracks what features/properties need to be reported to the legacy
1526 // histograms. 1523 // histograms.
1527 BitVector m_featureBits; 1524 BitVector m_featureBits;
1528 BitVector m_CSSBits; 1525 BitVector m_CSSBits;
1529 } m_legacyCounter; 1526 } m_legacyCounter;
1530 }; 1527 };
1531 1528
1532 } // namespace blink 1529 } // namespace blink
1533 1530
1534 #endif // UseCounter_h 1531 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | third_party/WebKit/Source/core/html/HTMLMapElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698