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

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

Issue 2700233003: Remove unnecessary window WebAudio attributes (Closed)
Patch Set: Remove entries from use counter. Created 3 years, 9 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 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after
1203 MetaSetCookieWhenCSPBlocksInlineScript = 1549, 1203 MetaSetCookieWhenCSPBlocksInlineScript = 1549,
1204 MetaRefreshWhenCSPBlocksInlineScript = 1550, 1204 MetaRefreshWhenCSPBlocksInlineScript = 1550,
1205 MiddleClickAutoscrollStart = 1551, 1205 MiddleClickAutoscrollStart = 1551,
1206 RTCPeerConnectionCreateOfferOptionsOfferToReceive = 1553, 1206 RTCPeerConnectionCreateOfferOptionsOfferToReceive = 1553,
1207 DragAndDropScrollStart = 1554, 1207 DragAndDropScrollStart = 1554,
1208 PresentationConnectionListConnectionAvailableEventListener = 1555, 1208 PresentationConnectionListConnectionAvailableEventListener = 1555,
1209 WebAudioAutoplayCrossOriginIframe = 1556, 1209 WebAudioAutoplayCrossOriginIframe = 1556,
1210 VRGetDisplays = 1558, 1210 VRGetDisplays = 1558,
1211 VRPresent = 1559, 1211 VRPresent = 1559,
1212 VRDeprecatedGetPose = 1560, 1212 VRDeprecatedGetPose = 1560,
1213 WebAudioAnalyserNode = 1561,
1214 WebAudioAudioBuffer = 1562,
1215 WebAudioAudioBufferSourceNode = 1563,
1216 WebAudioBiquadFilterNode = 1564,
1217 WebAudioChannelMergerNode = 1565,
1218 WebAudioChannelSplitterNode = 1566,
1219 WebAudioConvolverNode = 1567,
1220 WebAudioDelayNode = 1568,
1221 WebAudioDynamicsCompressorNode = 1569,
1222 WebAudioGainNode = 1570,
1223 WebAudioIIRFilterNode = 1571,
1224 WebAudioMediaElementAudioSourceNode = 1572,
1225 WebAudioOscillatorNode = 1573,
1226 WebAudioPannerNode = 1574,
1227 WebAudioPeriodicWave = 1575,
1228 WebAudioStereoPannerNode = 1576,
1229 WebAudioWaveShaperNode = 1577,
1230 CSSZoomReset = 1578, 1213 CSSZoomReset = 1578,
1231 CSSZoomDocument = 1579, 1214 CSSZoomDocument = 1579,
1232 XSSAuditorBlockedScript = 1581, 1215 XSSAuditorBlockedScript = 1581,
1233 XSSAuditorBlockedEntirePage = 1582, 1216 XSSAuditorBlockedEntirePage = 1582,
1234 XSSAuditorDisabled = 1583, 1217 XSSAuditorDisabled = 1583,
1235 XSSAuditorEnabledFilter = 1584, 1218 XSSAuditorEnabledFilter = 1584,
1236 XSSAuditorEnabledBlock = 1585, 1219 XSSAuditorEnabledBlock = 1585,
1237 XSSAuditorInvalid = 1586, 1220 XSSAuditorInvalid = 1586,
1238 TextInputEventOnInput = 1589, 1221 TextInputEventOnInput = 1589,
1239 TextInputEventOnTextArea = 1590, 1222 TextInputEventOnTextArea = 1590,
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
1575 // Tracks what features/properties need to be reported to the legacy 1558 // Tracks what features/properties need to be reported to the legacy
1576 // histograms. 1559 // histograms.
1577 BitVector m_featureBits; 1560 BitVector m_featureBits;
1578 BitVector m_CSSBits; 1561 BitVector m_CSSBits;
1579 } m_legacyCounter; 1562 } m_legacyCounter;
1580 }; 1563 };
1581 1564
1582 } // namespace blink 1565 } // namespace blink
1583 1566
1584 #endif // UseCounter_h 1567 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698