DescriptionAdd metrics for usage of permission features from cross-origin iframes in blink
This CL adds metrics to measure the usage of features that require permissions
in Chrome when they are used in cross-origin iframes only. In particular we only
want to count an iframe if it doesn't have scripting access into the top level
document. A new UseCounter::countCrossOriginIframe function has been added which
will only count this type of usage.
Note that this intends to count cases when a site tries to use an API whether or
not the permission is granted by the user.
BUG=444744
Committed: https://crrev.com/fe356a2d22a8bf2590ce54d2c9c35cbc8ad0f819
Cr-Commit-Position: refs/heads/master@{#371756}
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #Patch Set 4 : #Patch Set 5 : #Patch Set 6 : #Patch Set 7 : #Patch Set 8 : #Patch Set 9 : #
Total comments: 11
Patch Set 10 : #Patch Set 11 : #Messages
Total messages: 42 (21 generated)
|