forked from crosswalk-project/chromium-crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Popup metrics: Add initiated/blocked/clicked through metric
This will allow us to calculate: - % of popups blocked - % of popups clicked through Bug: 762617 Change-Id: Iaa850d03adb75e04b629b2d8623b0680b7dd095d Reviewed-on: https://chromium-review.googlesource.com/658225 Reviewed-by: Steven Holte <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Commit-Queue: Charlie Harrison <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#501038}(cherry picked from commit afff863) Reviewed-on: https://chromium-review.googlesource.com/667057 Cr-Commit-Position: refs/branch-heads/3202@{crosswalk-project#218} Cr-Branched-From: fa6a5d8-refs/heads/master@{#499098}
- Loading branch information
1 parent
78f58ba
commit a82b4ad
Showing
5 changed files
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10218,6 +10218,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. | |
</summary> | ||
</histogram> | ||
|
||
<histogram name="ContentSettings.Popups.BlockerActions" | ||
enum="PopupBlockerAction"> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
Counts of various events related to the popup blocker. Including blocked | ||
popups and overridden (clicked through) popups. This is similar to the | ||
ContentSettings.Popups but is at the per-popup layer rather than at the UI | ||
layer. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram name="ContentSettings.Popups.ClickThroughPosition" | ||
enum="PopupPosition"> | ||
<owner>[email protected]</owner> | ||
|