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

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

Issue 2030513002: Remove Event.relatedTargetScoped and update event path calculation for relatedTarget (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed Created 4 years, 6 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 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 DocumentAllItemIndexed = 1254, 1068 DocumentAllItemIndexed = 1254,
1069 DocumentAllItemIndexedWithNonNumber = 1255, 1069 DocumentAllItemIndexedWithNonNumber = 1255,
1070 DocumentAllLegacyCallNoArguments = 1256, 1070 DocumentAllLegacyCallNoArguments = 1256,
1071 DocumentAllLegacyCallNamed = 1257, 1071 DocumentAllLegacyCallNamed = 1257,
1072 DocumentAllLegacyCallIndexed = 1258, 1072 DocumentAllLegacyCallIndexed = 1258,
1073 DocumentAllLegacyCallIndexedWithNonNumber = 1259, 1073 DocumentAllLegacyCallIndexedWithNonNumber = 1259,
1074 DocumentAllLegacyCallTwoArguments = 1260, 1074 DocumentAllLegacyCallTwoArguments = 1260,
1075 HTMLLabelElementControlForNonFormAssociatedElement = 1263, 1075 HTMLLabelElementControlForNonFormAssociatedElement = 1263,
1076 PatternAttributeUnicodeFlagIsIncompatible = 1264, 1076 PatternAttributeUnicodeFlagIsIncompatible = 1264,
1077 HTMLMediaElementLoadNetworkEmptyNotPaused = 1265, 1077 HTMLMediaElementLoadNetworkEmptyNotPaused = 1265,
1078 EventRelatedTargetScoped = 1266,
1079 V8Window_WebkitSpeechGrammar_ConstructorGetter = 1267, 1078 V8Window_WebkitSpeechGrammar_ConstructorGetter = 1267,
1080 V8Window_WebkitSpeechGrammarList_ConstructorGetter = 1268, 1079 V8Window_WebkitSpeechGrammarList_ConstructorGetter = 1268,
1081 V8Window_WebkitSpeechRecognition_ConstructorGetter = 1269, 1080 V8Window_WebkitSpeechRecognition_ConstructorGetter = 1269,
1082 V8Window_WebkitSpeechRecognitionError_ConstructorGetter = 1270, 1081 V8Window_WebkitSpeechRecognitionError_ConstructorGetter = 1270,
1083 V8Window_WebkitSpeechRecognitionEvent_ConstructorGetter = 1271, 1082 V8Window_WebkitSpeechRecognitionEvent_ConstructorGetter = 1271,
1084 V8Window_SpeechSynthesis_AttributeGetter = 1272, 1083 V8Window_SpeechSynthesis_AttributeGetter = 1272,
1085 V8IDBFactory_WebkitGetDatabaseNames_Method = 1273, 1084 V8IDBFactory_WebkitGetDatabaseNames_Method = 1273,
1086 ImageDocument = 1274, 1085 ImageDocument = 1274,
1087 ScriptPassesCSPDynamic = 1275, 1086 ScriptPassesCSPDynamic = 1275,
1088 ScriptPassesCSPNonce = 1276, 1087 ScriptPassesCSPNonce = 1276,
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
1287 friend class UseCounterTest; 1286 friend class UseCounterTest;
1288 static int m_muteCount; 1287 static int m_muteCount;
1289 1288
1290 CountBits m_countBits; 1289 CountBits m_countBits;
1291 BitVector m_CSSFeatureBits; 1290 BitVector m_CSSFeatureBits;
1292 }; 1291 };
1293 1292
1294 } // namespace blink 1293 } // namespace blink
1295 1294
1296 #endif // UseCounter_h 1295 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698