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

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

Issue 2473113002: Stop preloading scripts that have invalid type/language attributes (Closed)
Patch Set: Update layout test, add {} block Created 4 years, 1 month 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 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after
1268 MetaSetCookie = 1547, 1268 MetaSetCookie = 1547,
1269 MetaRefresh = 1548, 1269 MetaRefresh = 1548,
1270 MetaSetCookieWhenCSPBlocksInlineScript = 1549, 1270 MetaSetCookieWhenCSPBlocksInlineScript = 1549,
1271 MetaRefreshWhenCSPBlocksInlineScript = 1550, 1271 MetaRefreshWhenCSPBlocksInlineScript = 1550,
1272 MiddleClickAutoscrollStart = 1551, 1272 MiddleClickAutoscrollStart = 1551,
1273 ClipCssOfFixedPositionElement = 1552, 1273 ClipCssOfFixedPositionElement = 1552,
1274 RTCPeerConnectionCreateOfferOptionsOfferToReceive = 1553, 1274 RTCPeerConnectionCreateOfferOptionsOfferToReceive = 1553,
1275 DragAndDropScrollStart = 1554, 1275 DragAndDropScrollStart = 1554,
1276 PresentationConnectionListConnectionAvailableEventListener = 1555, 1276 PresentationConnectionListConnectionAvailableEventListener = 1555,
1277 WebAudioAutoplayCrossOriginIframe = 1556, 1277 WebAudioAutoplayCrossOriginIframe = 1556,
1278 ScriptInvalidTypeOrLanguage = 1557,
1279 VRGetDisplays = 1558, 1278 VRGetDisplays = 1558,
1280 VRPresent = 1559, 1279 VRPresent = 1559,
1281 VRDeprecatedGetPose = 1560, 1280 VRDeprecatedGetPose = 1560,
1282 WebAudioAnalyserNode = 1561, 1281 WebAudioAnalyserNode = 1561,
1283 WebAudioAudioBuffer = 1562, 1282 WebAudioAudioBuffer = 1562,
1284 WebAudioAudioBufferSourceNode = 1563, 1283 WebAudioAudioBufferSourceNode = 1563,
1285 WebAudioBiquadFilterNode = 1564, 1284 WebAudioBiquadFilterNode = 1564,
1286 WebAudioChannelMergerNode = 1565, 1285 WebAudioChannelMergerNode = 1565,
1287 WebAudioChannelSplitterNode = 1566, 1286 WebAudioChannelSplitterNode = 1566,
1288 WebAudioConvolverNode = 1567, 1287 WebAudioConvolverNode = 1567,
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
1470 // Tracks what features/properties need to be reported to the legacy 1469 // Tracks what features/properties need to be reported to the legacy
1471 // histograms. 1470 // histograms.
1472 BitVector m_featureBits; 1471 BitVector m_featureBits;
1473 BitVector m_CSSBits; 1472 BitVector m_CSSBits;
1474 } m_legacyCounter; 1473 } m_legacyCounter;
1475 }; 1474 };
1476 1475
1477 } // namespace blink 1476 } // namespace blink
1478 1477
1479 #endif // UseCounter_h 1478 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698