diff options
author | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2018-05-24 16:29:56 -0400 |
---|---|---|
committer | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2018-05-24 16:29:56 -0400 |
commit | 3a9d1b5351f275ae49a93ea36934c4a8a65ad93b (patch) | |
tree | 2ce91010e0e8b1f32963e57e55a40eb3fa9f7b4a /browser/docs | |
parent | b565e2c227af2cbcbc3573c1f874fd9e809bd5fe (diff) | |
download | UXP-3a9d1b5351f275ae49a93ea36934c4a8a65ad93b.tar UXP-3a9d1b5351f275ae49a93ea36934c4a8a65ad93b.tar.gz UXP-3a9d1b5351f275ae49a93ea36934c4a8a65ad93b.tar.lz UXP-3a9d1b5351f275ae49a93ea36934c4a8a65ad93b.tar.xz UXP-3a9d1b5351f275ae49a93ea36934c4a8a65ad93b.zip |
Remove the Social API
Diffstat (limited to 'browser/docs')
-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 |