DescriptionCollect host of Web Component usage to send to RAPPOR
This patch is the Blink side of using RAPPOR to understand Web Components
usage. It collects the host part of the URL where
Element::createShadowRoot() and Document::registerElement() are used.
To send the data to RAPPOR, we need to IPC to the browser process. This
part will be in a separate patch for the Chromium side.
The following conditions apply:
1. Calls from extensions and private scripts are excluded.
2. When IFRAME is used, counts the same hosts just once.
3. Count HTTP and HTTPS only.
BUG=461671
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191893
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #Patch Set 4 : #Patch Set 5 : #Patch Set 6 : #
Total comments: 2
Patch Set 7 : Switch to 3-lines header for new files #Patch Set 8 : Move m_useByOriginCounter to Page #Patch Set 9 : Move to Platform to align with other histogram/UMA methods #
Total comments: 14
Patch Set 10 : Fix tkent@'s review comments #
Total comments: 2
Patch Set 11 : Fix typo #
Messages
Total messages: 21 (6 generated)
|