gecko-dev/devtools/client/jsonview
Michael Ratcliffe 764c4c8578 Bug 1098374 - Telemetry: Stop all monkey patching in devtools telemetry tests r=yulia
Changes and notes:
  - Created `devtools/client/shared/test/telemetry-test-helpers.js`, which
    contains test helpers to aid in creating and running telemetry tests.
  - Removed any telemetry monkeypatching as it is not dependable and no longer
    needed (there is some left in GCLI but the test is now disabled because
    we are removing GCLI soon anyhow).
  - Because `telemetry-test-helpers.js` is imported by `shared-head.js` I
    have had to make it available everywhere that shared-head.js is used.
  - All telemetry tests have been rewritten to use the new helper.
  - shared-head.js cannot be imported by tests inside
    `devtools/client/performance/test/` because perf have custom `once` and
    `waitFor` implementations that act differently from the ones inside
    `shared-head.js`. This means I had to import the telemetry helpers into
    `devtools/client/performance/test/head.js`
  - Created `devtools/client/shared/test/browser_telemetry_misc.js` to be sure
    to catch `DEVTOOLS_SCREEN_RESOLUTION_ENUMERATED_PER_USER` (we catch a few
    others to be thorough).
  - Disabled `browser_inspector_menu-02-copy-items.js`, which was failing to
    test some expired scalars. I also corrected the way the scalars are logged
    because it was completely wrong.

MozReview-Commit-ID: JjQEGM6hT61

--HG--
extra : rebase_source : cd1214d01bd11908f69167839975cd93ecb83421
2018-05-01 18:06:14 +01:00
..
components Bug 1442840, r=bgrins 2018-03-08 20:45:00 +00:00
css Bug 1378108 - Part 1 - Remove non-variable css selector overrides for Firebug theme;r=gl 2018-04-04 12:32:39 -07:00
lib
test Bug 1098374 - Telemetry: Stop all monkey patching in devtools telemetry tests r=yulia 2018-05-01 18:06:14 +01:00
.eslintrc.js
converter-child.js Bug 1457513 - Let JSON Viewer display unmodified headers r=Honza 2018-04-27 19:58:25 +02:00
converter-observer.js Bug 1456686: Part 1 - Fix unused and shadowed explicit imports. r=standard8 2018-04-24 20:18:09 -07:00
json-viewer.js Bug 1443081 - Apply spacing via `eslint --fix` for DevTools. r=jdescottes 2018-03-12 13:44:41 -05:00
moz.build Bug 1359855 - Inline jsonview main module to keep it working before user action. r=Honza,jdescottes 2017-07-13 15:33:38 +02:00
viewer-config.js Bug 1440609 - Uncouple DEBUG_JS_MODULES and DEBUG in devtools code r=jryans 2018-03-13 12:49:39 +00:00