diff options
Diffstat (limited to 'browser/docs/UITelemetry.rst')
-rw-r--r-- | browser/docs/UITelemetry.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/browser/docs/UITelemetry.rst b/browser/docs/UITelemetry.rst index 1a9213359..0b3302f8f 100644 --- a/browser/docs/UITelemetry.rst +++ b/browser/docs/UITelemetry.rst @@ -128,6 +128,7 @@ divide the following different context menu situations: - ``canvas`` if the user opened the context menu on a canvas (that isn't a link); - ``media`` if the user opened the context menu on an HTML video or audio element; - ``input`` if the user opened the context menu on a text input element; +- ``social`` if the user opened the context menu inside a social frame; - ``other`` for all other openings of the content menu; Each of these objects (if they exist) then gets a "withcustom" and/or a "withoutcustom" property |