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

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

Issue 2821863002: Remove non-standard document.createEvent('WebKitAnimationEvent'). (Closed)
Patch Set: . Created 3 years, 8 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 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 kDocumentCreateEventErrorEvent = 1170, 892 kDocumentCreateEventErrorEvent = 1170,
893 kDocumentCreateEventFocusEvent = 1171, 893 kDocumentCreateEventFocusEvent = 1171,
894 kDocumentCreateEventHashChangeEvent = 1172, 894 kDocumentCreateEventHashChangeEvent = 1172,
895 kDocumentCreateEventMutationEvent = 1173, 895 kDocumentCreateEventMutationEvent = 1173,
896 kDocumentCreateEventPageTransitionEvent = 1174, 896 kDocumentCreateEventPageTransitionEvent = 1174,
897 kDocumentCreateEventPopStateEvent = 1176, 897 kDocumentCreateEventPopStateEvent = 1176,
898 kDocumentCreateEventTextEvent = 1182, 898 kDocumentCreateEventTextEvent = 1182,
899 kDocumentCreateEventTransitionEvent = 1183, 899 kDocumentCreateEventTransitionEvent = 1183,
900 kDocumentCreateEventWheelEvent = 1184, 900 kDocumentCreateEventWheelEvent = 1184,
901 kDocumentCreateEventTrackEvent = 1186, 901 kDocumentCreateEventTrackEvent = 1186,
902 kDocumentCreateEventWebKitAnimationEvent = 1187,
903 kDocumentCreateEventMutationEvents = 1188, 902 kDocumentCreateEventMutationEvents = 1188,
904 kDocumentCreateEventSVGEvents = 1190, 903 kDocumentCreateEventSVGEvents = 1190,
905 kDocumentCreateEventWebKitTransitionEvent = 1191, 904 kDocumentCreateEventWebKitTransitionEvent = 1191,
906 kDocumentCreateEventDeviceMotionEvent = 1195, 905 kDocumentCreateEventDeviceMotionEvent = 1195,
907 kDocumentCreateEventDeviceOrientationEvent = 1196, 906 kDocumentCreateEventDeviceOrientationEvent = 1196,
908 kDocumentCreateEventIDBVersionChangeEvent = 1201, 907 kDocumentCreateEventIDBVersionChangeEvent = 1201,
909 kDocumentCreateEventStorageEvent = 1221, 908 kDocumentCreateEventStorageEvent = 1221,
910 kDocumentCreateEventWebGLContextEvent = 1224, 909 kDocumentCreateEventWebGLContextEvent = 1224,
911 kDocumentCreateEventCloseEvent = 1227, 910 kDocumentCreateEventCloseEvent = 1227,
912 kDocumentCreateEventKeyboardEvents = 1228, 911 kDocumentCreateEventKeyboardEvents = 1228,
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
1687 // Tracks what features/properties need to be reported to the legacy 1686 // Tracks what features/properties need to be reported to the legacy
1688 // histograms. 1687 // histograms.
1689 BitVector feature_bits_; 1688 BitVector feature_bits_;
1690 BitVector css_bits_; 1689 BitVector css_bits_;
1691 } legacy_counter_; 1690 } legacy_counter_;
1692 }; 1691 };
1693 1692
1694 } // namespace blink 1693 } // namespace blink
1695 1694
1696 #endif // UseCounter_h 1695 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698