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

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

Issue 2803603003: Removing support for document.createEvent("ProgressEvent") (Closed)
Patch Set: Rebase Patch 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
« no previous file with comments | « third_party/WebKit/Source/build/scripts/make_event_factory.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 877 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 kDocumentCreateEventAnimationEvent = 1162, 888 kDocumentCreateEventAnimationEvent = 1162,
889 kDocumentCreateEventBeforeUnloadEvent = 1166, 889 kDocumentCreateEventBeforeUnloadEvent = 1166,
890 kDocumentCreateEventCompositionEvent = 1168, 890 kDocumentCreateEventCompositionEvent = 1168,
891 kDocumentCreateEventDragEvent = 1169, 891 kDocumentCreateEventDragEvent = 1169,
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 kDocumentCreateEventProgressEvent = 1177,
899 kDocumentCreateEventTextEvent = 1182, 898 kDocumentCreateEventTextEvent = 1182,
900 kDocumentCreateEventTransitionEvent = 1183, 899 kDocumentCreateEventTransitionEvent = 1183,
901 kDocumentCreateEventWheelEvent = 1184, 900 kDocumentCreateEventWheelEvent = 1184,
902 kDocumentCreateEventTrackEvent = 1186, 901 kDocumentCreateEventTrackEvent = 1186,
903 kDocumentCreateEventWebKitAnimationEvent = 1187, 902 kDocumentCreateEventWebKitAnimationEvent = 1187,
904 kDocumentCreateEventMutationEvents = 1188, 903 kDocumentCreateEventMutationEvents = 1188,
905 kDocumentCreateEventSVGEvents = 1190, 904 kDocumentCreateEventSVGEvents = 1190,
906 kDocumentCreateEventWebKitTransitionEvent = 1191, 905 kDocumentCreateEventWebKitTransitionEvent = 1191,
907 kDocumentCreateEventDeviceMotionEvent = 1195, 906 kDocumentCreateEventDeviceMotionEvent = 1195,
908 kDocumentCreateEventDeviceOrientationEvent = 1196, 907 kDocumentCreateEventDeviceOrientationEvent = 1196,
(...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
1644 // Tracks what features/properties need to be reported to the legacy 1643 // Tracks what features/properties need to be reported to the legacy
1645 // histograms. 1644 // histograms.
1646 BitVector feature_bits_; 1645 BitVector feature_bits_;
1647 BitVector css_bits_; 1646 BitVector css_bits_;
1648 } legacy_counter_; 1647 } legacy_counter_;
1649 }; 1648 };
1650 1649
1651 } // namespace blink 1650 } // namespace blink
1652 1651
1653 #endif // UseCounter_h 1652 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/build/scripts/make_event_factory.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698