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

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

Issue 2133983003: Remove SVGZoomEvent interface and onzoom attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove SVGZoomEvent.idl Created 4 years, 5 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 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after
1027 DocumentCreateEventAudioProcessingEvent = 1222, 1027 DocumentCreateEventAudioProcessingEvent = 1222,
1028 DocumentCreateEventOfflineAudioCompletionEvent = 1223, 1028 DocumentCreateEventOfflineAudioCompletionEvent = 1223,
1029 DocumentCreateEventWebGLContextEvent = 1224, 1029 DocumentCreateEventWebGLContextEvent = 1224,
1030 DocumentCreateEventMIDIConnectionEvent = 1225, 1030 DocumentCreateEventMIDIConnectionEvent = 1225,
1031 DocumentCreateEventMIDIMessageEvent = 1226, 1031 DocumentCreateEventMIDIMessageEvent = 1226,
1032 DocumentCreateEventCloseEvent = 1227, 1032 DocumentCreateEventCloseEvent = 1227,
1033 DocumentCreateEventKeyboardEvents = 1228, 1033 DocumentCreateEventKeyboardEvents = 1228,
1034 HTMLMediaElement = 1229, 1034 HTMLMediaElement = 1229,
1035 HTMLMediaElementInDocument = 1230, 1035 HTMLMediaElementInDocument = 1230,
1036 HTMLMediaElementControlsAttribute = 1231, 1036 HTMLMediaElementControlsAttribute = 1231,
1037 SVGZoomEvent = 1232,
1038 V8Animation_Oncancel_AttributeGetter = 1233, 1037 V8Animation_Oncancel_AttributeGetter = 1233,
1039 V8Animation_Oncancel_AttributeSetter = 1234, 1038 V8Animation_Oncancel_AttributeSetter = 1234,
1040 V8HTMLCommentInExternalScript = 1235, 1039 V8HTMLCommentInExternalScript = 1235,
1041 V8HTMLComment = 1236, 1040 V8HTMLComment = 1236,
1042 V8SloppyModeBlockScopedFunctionRedefinition = 1237, 1041 V8SloppyModeBlockScopedFunctionRedefinition = 1237,
1043 V8ForInInitializer = 1238, 1042 V8ForInInitializer = 1238,
1044 V8Animation_Id_AttributeGetter = 1239, 1043 V8Animation_Id_AttributeGetter = 1239,
1045 V8Animation_Id_AttributeSetter = 1240, 1044 V8Animation_Id_AttributeSetter = 1240,
1046 MediaStreamOnEnded = 1241, 1045 MediaStreamOnEnded = 1241,
1047 DocumentCreateEventInputEvent = 1242, 1046 DocumentCreateEventInputEvent = 1242,
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
1325 friend class UseCounterTest; 1324 friend class UseCounterTest;
1326 static int m_muteCount; 1325 static int m_muteCount;
1327 1326
1328 CountBits m_countBits; 1327 CountBits m_countBits;
1329 BitVector m_CSSFeatureBits; 1328 BitVector m_CSSFeatureBits;
1330 }; 1329 };
1331 1330
1332 } // namespace blink 1331 } // namespace blink
1333 1332
1334 #endif // UseCounter_h 1333 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698