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

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

Issue 2217763003: Remove Blink-WebKit-only document.createEvent strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 3 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 930 matching lines...) Expand 10 before | Expand all | Expand 10 after
941 NotificationAPISecureOriginIframe = 1148, 941 NotificationAPISecureOriginIframe = 1148,
942 WebSocket = 1149, 942 WebSocket = 1149,
943 MediaStreamConstraintsNameValue = 1150, 943 MediaStreamConstraintsNameValue = 1150,
944 MediaStreamConstraintsFromDictionary = 1151, 944 MediaStreamConstraintsFromDictionary = 1151,
945 MediaStreamConstraintsConformant = 1152, 945 MediaStreamConstraintsConformant = 1152,
946 CSSSelectorIndirectAdjacent = 1153, 946 CSSSelectorIndirectAdjacent = 1153,
947 CreateImageBitmap = 1156, 947 CreateImageBitmap = 1156,
948 PresentationConnectionConnectEventListener = 1157, 948 PresentationConnectionConnectEventListener = 1157,
949 PresentationConnectionCloseEventListener = 1158, 949 PresentationConnectionCloseEventListener = 1158,
950 PresentationConnectionTerminateEventListener = 1159, 950 PresentationConnectionTerminateEventListener = 1159,
951 DocumentCreateEventFontFaceSetLoadEvent = 1160,
952 DocumentCreateEventMediaQueryListEvent = 1161,
953 DocumentCreateEventAnimationEvent = 1162, 951 DocumentCreateEventAnimationEvent = 1162,
954 DocumentCreateEventApplicationCacheErrorEvent = 1164,
955 DocumentCreateEventBeforeUnloadEvent = 1166, 952 DocumentCreateEventBeforeUnloadEvent = 1166,
956 DocumentCreateEventClipboardEvent = 1167,
957 DocumentCreateEventCompositionEvent = 1168, 953 DocumentCreateEventCompositionEvent = 1168,
958 DocumentCreateEventDragEvent = 1169, 954 DocumentCreateEventDragEvent = 1169,
959 DocumentCreateEventErrorEvent = 1170, 955 DocumentCreateEventErrorEvent = 1170,
960 DocumentCreateEventFocusEvent = 1171, 956 DocumentCreateEventFocusEvent = 1171,
961 DocumentCreateEventHashChangeEvent = 1172, 957 DocumentCreateEventHashChangeEvent = 1172,
962 DocumentCreateEventMutationEvent = 1173, 958 DocumentCreateEventMutationEvent = 1173,
963 DocumentCreateEventPageTransitionEvent = 1174, 959 DocumentCreateEventPageTransitionEvent = 1174,
964 DocumentCreateEventPopStateEvent = 1176, 960 DocumentCreateEventPopStateEvent = 1176,
965 DocumentCreateEventProgressEvent = 1177, 961 DocumentCreateEventProgressEvent = 1177,
966 DocumentCreateEventPromiseRejectionEvent = 1178,
967 DocumentCreateEventResourceProgressEvent = 1180,
968 DocumentCreateEventSecurityPolicyViolationEvent = 1181,
969 DocumentCreateEventTextEvent = 1182, 962 DocumentCreateEventTextEvent = 1182,
970 DocumentCreateEventTransitionEvent = 1183, 963 DocumentCreateEventTransitionEvent = 1183,
971 DocumentCreateEventWheelEvent = 1184, 964 DocumentCreateEventWheelEvent = 1184,
972 DocumentCreateEventTrackEvent = 1186, 965 DocumentCreateEventTrackEvent = 1186,
973 DocumentCreateEventWebKitAnimationEvent = 1187, 966 DocumentCreateEventWebKitAnimationEvent = 1187,
974 DocumentCreateEventMutationEvents = 1188, 967 DocumentCreateEventMutationEvents = 1188,
975 DocumentCreateEventOrientationEvent = 1189,
976 DocumentCreateEventSVGEvents = 1190, 968 DocumentCreateEventSVGEvents = 1190,
977 DocumentCreateEventWebKitTransitionEvent = 1191, 969 DocumentCreateEventWebKitTransitionEvent = 1191,
978 DocumentCreateEventBeforeInstallPromptEvent = 1192,
979 DocumentCreateEventSyncEvent = 1193,
980 DocumentCreateEventDeviceMotionEvent = 1195, 970 DocumentCreateEventDeviceMotionEvent = 1195,
981 DocumentCreateEventDeviceOrientationEvent = 1196, 971 DocumentCreateEventDeviceOrientationEvent = 1196,
982 DocumentCreateEventMediaEncryptedEvent = 1197,
983 DocumentCreateEventMediaKeyMessageEvent = 1198,
984 DocumentCreateEventGamepadEvent = 1199,
985 DocumentCreateEventIDBVersionChangeEvent = 1201, 972 DocumentCreateEventIDBVersionChangeEvent = 1201,
986 DocumentCreateEventBlobEvent = 1202,
987 DocumentCreateEventMediaStreamEvent = 1203,
988 DocumentCreateEventMediaStreamTrackEvent = 1204,
989 DocumentCreateEventRTCDTMFToneChangeEvent = 1205,
990 DocumentCreateEventRTCDataChannelEvent = 1206,
991 DocumentCreateEventRTCIceCandidateEvent = 1207,
992 DocumentCreateEventNotificationEvent = 1209,
993 DocumentCreateEventPresentationConnectionAvailableEvent = 1210,
994 DocumentCreateEventPresentationConnectionCloseEvent = 1211,
995 DocumentCreateEventPushEvent = 1212,
996 DocumentCreateEventExtendableEvent = 1213,
997 DocumentCreateEventExtendableMessageEvent = 1214,
998 DocumentCreateEventFetchEvent = 1215,
999 DocumentCreateEventServiceWorkerMessageEvent = 1217,
1000 DocumentCreateEventSpeechRecognitionError = 1218,
1001 DocumentCreateEventSpeechRecognitionEvent = 1219,
1002 DocumentCreateEventSpeechSynthesisEvent = 1220,
1003 DocumentCreateEventStorageEvent = 1221, 973 DocumentCreateEventStorageEvent = 1221,
1004 DocumentCreateEventAudioProcessingEvent = 1222,
1005 DocumentCreateEventOfflineAudioCompletionEvent = 1223,
1006 DocumentCreateEventWebGLContextEvent = 1224, 974 DocumentCreateEventWebGLContextEvent = 1224,
1007 DocumentCreateEventMIDIConnectionEvent = 1225,
1008 DocumentCreateEventMIDIMessageEvent = 1226,
1009 DocumentCreateEventCloseEvent = 1227, 975 DocumentCreateEventCloseEvent = 1227,
1010 DocumentCreateEventKeyboardEvents = 1228, 976 DocumentCreateEventKeyboardEvents = 1228,
1011 HTMLMediaElement = 1229, 977 HTMLMediaElement = 1229,
1012 HTMLMediaElementInDocument = 1230, 978 HTMLMediaElementInDocument = 1230,
1013 HTMLMediaElementControlsAttribute = 1231, 979 HTMLMediaElementControlsAttribute = 1231,
1014 V8Animation_Oncancel_AttributeGetter = 1233, 980 V8Animation_Oncancel_AttributeGetter = 1233,
1015 V8Animation_Oncancel_AttributeSetter = 1234, 981 V8Animation_Oncancel_AttributeSetter = 1234,
1016 V8HTMLCommentInExternalScript = 1235, 982 V8HTMLCommentInExternalScript = 1235,
1017 V8HTMLComment = 1236, 983 V8HTMLComment = 1236,
1018 V8SloppyModeBlockScopedFunctionRedefinition = 1237, 984 V8SloppyModeBlockScopedFunctionRedefinition = 1237,
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
1363 friend class UseCounterTest; 1329 friend class UseCounterTest;
1364 unsigned m_muteCount; 1330 unsigned m_muteCount;
1365 1331
1366 BitVector m_featureBits; 1332 BitVector m_featureBits;
1367 BitVector m_CSSFeatureBits; 1333 BitVector m_CSSFeatureBits;
1368 }; 1334 };
1369 1335
1370 } // namespace blink 1336 } // namespace blink
1371 1337
1372 #endif // UseCounter_h 1338 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698