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

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

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

Powered by Google App Engine
This is Rietveld 408576698