diff options
author | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2018-05-30 17:45:05 -0400 |
---|---|---|
committer | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2018-05-30 17:45:05 -0400 |
commit | 5f89c3da66862d82fa27092986c4065aba3574ff (patch) | |
tree | 205cc50bce12012d69d3d3564a1edc0de57aaf5e /browser/docs/UITelemetry.rst | |
parent | e1084c8b24f9edda1d40b95d0089edf589da482d (diff) | |
download | UXP-5f89c3da66862d82fa27092986c4065aba3574ff.tar UXP-5f89c3da66862d82fa27092986c4065aba3574ff.tar.gz UXP-5f89c3da66862d82fa27092986c4065aba3574ff.tar.lz UXP-5f89c3da66862d82fa27092986c4065aba3574ff.tar.xz UXP-5f89c3da66862d82fa27092986c4065aba3574ff.zip |
Remove Social API.
Diffstat (limited to 'browser/docs/UITelemetry.rst')
-rw-r--r-- | browser/docs/UITelemetry.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/browser/docs/UITelemetry.rst b/browser/docs/UITelemetry.rst index 0b3302f8f..1a9213359 100644 --- a/browser/docs/UITelemetry.rst +++ b/browser/docs/UITelemetry.rst @@ -128,7 +128,6 @@ 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 |