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

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

Issue 803773002: SRI: Remove the restriction to HTTPS documents and resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 5 years, 10 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 | « Source/core/frame/SubresourceIntegrityTest.cpp ('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 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 NotificationCreated = 533, 470 NotificationCreated = 533,
471 NotificationClosed = 534, 471 NotificationClosed = 534,
472 NotificationPermissionRequested = 535, 472 NotificationPermissionRequested = 535,
473 MediaStreamLabel = 536, 473 MediaStreamLabel = 536,
474 MediaStreamStop = 537, 474 MediaStreamStop = 537,
475 ConsoleTimeline = 538, 475 ConsoleTimeline = 538,
476 ConsoleTimelineEnd = 539, 476 ConsoleTimelineEnd = 539,
477 SRIElementWithMatchingIntegrityAttribute = 540, 477 SRIElementWithMatchingIntegrityAttribute = 540,
478 SRIElementWithNonMatchingIntegrityAttribute = 541, 478 SRIElementWithNonMatchingIntegrityAttribute = 541,
479 SRIElementWithUnparsableIntegrityAttribute = 542, 479 SRIElementWithUnparsableIntegrityAttribute = 542,
480 SRIElementWithIntegrityAttributeAndInsecureOrigin = 543,
481 SRIElementWithIntegrityAttributeAndInsecureResource = 544,
482 AnimationPlayerGetStartTime = 545, 480 AnimationPlayerGetStartTime = 545,
483 AnimationPlayerSetStartTime = 546, 481 AnimationPlayerSetStartTime = 546,
484 AnimationPlayerGetCurrentTime = 547, 482 AnimationPlayerGetCurrentTime = 547,
485 AnimationPlayerSetCurrentTime = 548, 483 AnimationPlayerSetCurrentTime = 548,
486 AnimationPlayerGetPlaybackRate = 549, 484 AnimationPlayerGetPlaybackRate = 549,
487 AnimationPlayerSetPlaybackRate = 550, 485 AnimationPlayerSetPlaybackRate = 550,
488 AnimationPlayerGetPlayState = 551, 486 AnimationPlayerGetPlayState = 551,
489 AnimationPlayerFinish = 552, 487 AnimationPlayerFinish = 552,
490 AnimationPlayerPlay = 553, 488 AnimationPlayerPlay = 553,
491 AnimationPlayerPause = 554, 489 AnimationPlayerPause = 554,
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 bool recordMeasurement(Feature feature) { return m_countBits.recordMeasureme nt(feature); } 711 bool recordMeasurement(Feature feature) { return m_countBits.recordMeasureme nt(feature); }
714 void updateMeasurements(); 712 void updateMeasurements();
715 713
716 CountBits m_countBits; 714 CountBits m_countBits;
717 BitVector m_CSSFeatureBits; 715 BitVector m_CSSFeatureBits;
718 }; 716 };
719 717
720 } // namespace blink 718 } // namespace blink
721 719
722 #endif // UseCounter_h 720 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/frame/SubresourceIntegrityTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698