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

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

Issue 2641953006: Remove setting cancelBubble to false. (Closed)
Patch Set: update Created 3 years, 10 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 1001 matching lines...) Expand 10 before | Expand all | Expand 10 after
1012 During_Microtask_Confirm = 1335, 1012 During_Microtask_Confirm = 1335,
1013 During_Microtask_Print = 1336, 1013 During_Microtask_Print = 1336,
1014 During_Microtask_Prompt = 1337, 1014 During_Microtask_Prompt = 1337,
1015 During_Microtask_SyncXHR = 1338, 1015 During_Microtask_SyncXHR = 1338,
1016 CredentialManagerGetReturnedCredential = 1342, 1016 CredentialManagerGetReturnedCredential = 1342,
1017 GeolocationInsecureOriginDeprecatedNotRemoved = 1343, 1017 GeolocationInsecureOriginDeprecatedNotRemoved = 1343,
1018 GeolocationInsecureOriginIframeDeprecatedNotRemoved = 1344, 1018 GeolocationInsecureOriginIframeDeprecatedNotRemoved = 1344,
1019 ProgressElementWithNoneAppearance = 1345, 1019 ProgressElementWithNoneAppearance = 1345,
1020 ProgressElementWithProgressBarAppearance = 1346, 1020 ProgressElementWithProgressBarAppearance = 1346,
1021 PointerEventAddListenerCount = 1347, 1021 PointerEventAddListenerCount = 1347,
1022 EventCancelBubbleAffected = 1348,
1023 EventCancelBubbleWasChangedToTrue = 1349,
1024 EventCancelBubbleWasChangedToFalse = 1350, 1022 EventCancelBubbleWasChangedToFalse = 1350,
1025 CSSValueAppearanceNone = 1351, 1023 CSSValueAppearanceNone = 1351,
1026 CSSValueAppearanceNotNone = 1352, 1024 CSSValueAppearanceNotNone = 1352,
1027 CSSValueAppearanceOthers = 1353, 1025 CSSValueAppearanceOthers = 1353,
1028 CSSValueAppearanceButton = 1354, 1026 CSSValueAppearanceButton = 1354,
1029 CSSValueAppearanceCaret = 1355, 1027 CSSValueAppearanceCaret = 1355,
1030 CSSValueAppearanceCheckbox = 1356, 1028 CSSValueAppearanceCheckbox = 1356,
1031 CSSValueAppearanceMenulist = 1357, 1029 CSSValueAppearanceMenulist = 1357,
1032 CSSValueAppearanceMenulistButton = 1358, 1030 CSSValueAppearanceMenulistButton = 1358,
1033 CSSValueAppearanceListbox = 1359, 1031 CSSValueAppearanceListbox = 1359,
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
1523 // Tracks what features/properties need to be reported to the legacy 1521 // Tracks what features/properties need to be reported to the legacy
1524 // histograms. 1522 // histograms.
1525 BitVector m_featureBits; 1523 BitVector m_featureBits;
1526 BitVector m_CSSBits; 1524 BitVector m_CSSBits;
1527 } m_legacyCounter; 1525 } m_legacyCounter;
1528 }; 1526 };
1529 1527
1530 } // namespace blink 1528 } // namespace blink
1531 1529
1532 #endif // UseCounter_h 1530 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698