Commit 83d3ffe0 authored by Yury Delendik's avatar Yury Delendik Committed by Georg Koppen
Browse files

Bug 1250046 - Remove Shumway references from telemetry. r=gfritzsche

parent 42d6ca8a
Loading
Loading
Loading
Loading
+0 −83
Original line number Diff line number Diff line
@@ -5735,89 +5735,6 @@
    "n_buckets": 50,
    "description": "Time spent to display first page in PDF Viewer (ms)"
  },
  "SHUMWAY_TIME_TO_VIEW_MS": {
    "expires_in_version": "never",
    "kind": "exponential",
    "high": "2 * 60 * 1000",
    "n_buckets": 50,
    "description": "Time spent to display first frame (ms)"
  },
  "SHUMWAY_PARSING_MS": {
    "expires_in_version": "never",
    "kind": "exponential",
    "high": "2 * 60 * 1000",
    "n_buckets": 50,
    "description": "Time spent to parse SWF file (ms)"
  },
  "SHUMWAY_SWF_INDEX_ON_PAGE": {
    "expires_in_version": "never",
    "kind": "enumerated",
    "n_values": 30,
    "description": "Index of the SWF on the page (0 - full page, 1 - first, 2 - second, etc.)"
  },
  "SHUMWAY_SWF_SIZE_KB": {
    "expires_in_version": "never",
    "kind": "exponential",
    "low": "1",
    "high": "256 * 1024",
    "n_buckets": 50,
    "description": "The SWF file size (KB)"
  },
  "SHUMWAY_SWF_VERSION": {
    "expires_in_version": "never",
    "kind": "enumerated",
    "n_values": 30,
    "description": "The SWF file version"
  },
  "SHUMWAY_SWF_FRAME_RATE": {
    "expires_in_version": "never",
    "kind": "linear",
    "high": "256",
    "n_buckets": "50",
    "description": "The SWF file frame rate"
  },
  "SHUMWAY_SWF_AREA": {
    "expires_in_version": "never",
    "kind": "exponential",
    "low": "256",
    "high": "16777216",
    "n_buckets": 50,
    "description": "The SWF file dimension: amount of pixels (width * height)"
  },
  "SHUMWAY_SWF_AVM2": {
    "expires_in_version": "never",
    "kind": "boolean",
    "description": "The AVM2 is enabled in the SWF file"
  },
  "SHUMWAY_SWF_BANNER": {
    "expires_in_version": "never",
    "kind": "enumerated",
    "n_values": 30,
    "description": "The well-known banner size"
  },
  "SHUMWAY_ERROR": {
    "expires_in_version": "default",
    "kind": "enumerated",
    "n_values": 3,
    "description": "The Shumway reported error: 0 - unknown, 1 - AVM1, 2 - AVM2)"
  },
  "SHUMWAY_FEATURE_USED": {
    "expires_in_version": "default",
    "kind": "enumerated",
    "n_values": 700,
    "description": "The Shumway feature is used during movie execution"
  },
  "SHUMWAY_LOAD_RESOURCE_RESULT": {
    "expires_in_version": "default",
    "kind": "enumerated",
    "n_values": 10,
    "description": "The Shumway external resource loading result"
  },
  "SHUMWAY_FALLBACK": {
    "expires_in_version": "default",
    "kind": "boolean",
    "description": "The Shumway was selected to fallback to the Flash (false - by heuristics, true - by user)"
  },
  "PLUGINS_NOTIFICATION_SHOWN": {
    "expires_in_version": "never",
    "kind": "boolean",
+1 −3
Original line number Diff line number Diff line
@@ -112,8 +112,7 @@ Structure::
            "annotations" : [
              {
                "pluginName" : "Shockwave Flash",
                "pluginVersion" : "18.0.0.209",
                "pluginIsWhitelistedForShumway" : "false"
                "pluginVersion" : "18.0.0.209"
              },
              ... other annotations ...
            ]
@@ -160,7 +159,6 @@ Structure::
          {
            "pluginName" : "Shockwave Flash",
            "pluginVersion" : "18.0.0.209",
            "pluginIsWhitelistedForShumway" : "false",
            ... other annotations as key:value pairs ...
          }
        ],