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

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

Issue 2678433003: media: Require SecureContext for EME APIs (Closed)
Patch Set: rebase only Created 3 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
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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 SVGHrefAnimVal = 759, 562 SVGHrefAnimVal = 759,
563 V8CSSRuleList_Item_Method = 760, 563 V8CSSRuleList_Item_Method = 760,
564 V8MediaList_Item_Method = 761, 564 V8MediaList_Item_Method = 761,
565 V8StyleSheetList_Item_Method = 762, 565 V8StyleSheetList_Item_Method = 762,
566 StyleSheetListAnonymousNamedGetter = 763, 566 StyleSheetListAnonymousNamedGetter = 763,
567 AutocapitalizeAttribute = 764, 567 AutocapitalizeAttribute = 764,
568 FullscreenSecureOrigin = 765, 568 FullscreenSecureOrigin = 765,
569 FullscreenInsecureOrigin = 766, 569 FullscreenInsecureOrigin = 766,
570 DialogInSandboxedContext = 767, 570 DialogInSandboxedContext = 767,
571 SVGSMILAnimationInImageRegardlessOfCache = 768, 571 SVGSMILAnimationInImageRegardlessOfCache = 768,
572 EncryptedMediaSecureOrigin = 770,
573 EncryptedMediaInsecureOrigin = 771,
574 PerformanceFrameTiming = 772, 572 PerformanceFrameTiming = 772,
575 V8Element_Animate_Method = 773, 573 V8Element_Animate_Method = 773,
576 // The above items are available in M44 branch. 574 // The above items are available in M44 branch.
577 575
578 V8SVGSVGElement_GetElementById_Method = 778, 576 V8SVGSVGElement_GetElementById_Method = 778,
579 ElementCreateShadowRootMultiple = 779, 577 ElementCreateShadowRootMultiple = 779,
580 V8MessageChannel_Constructor = 780, 578 V8MessageChannel_Constructor = 780,
581 V8MessagePort_PostMessage_Method = 781, 579 V8MessagePort_PostMessage_Method = 781,
582 V8MessagePort_Start_Method = 782, 580 V8MessagePort_Start_Method = 782,
583 V8MessagePort_Close_Method = 783, 581 V8MessagePort_Close_Method = 783,
(...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
1539 // Tracks what features/properties need to be reported to the legacy 1537 // Tracks what features/properties need to be reported to the legacy
1540 // histograms. 1538 // histograms.
1541 BitVector m_featureBits; 1539 BitVector m_featureBits;
1542 BitVector m_CSSBits; 1540 BitVector m_CSSBits;
1543 } m_legacyCounter; 1541 } m_legacyCounter;
1544 }; 1542 };
1545 1543
1546 } // namespace blink 1544 } // namespace blink
1547 1545
1548 #endif // UseCounter_h 1546 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698