gecko-dev/devtools/client/aboutdebugging
Michael Ratcliffe 4e3c6d2b5f Bug 1491879 - Fix telemetry support for multiple tabs / windows r=nchevobbe
- Various telemetry methods now need an object to be passed in in order to keep them seperate e.g. if the inspector is opened in tab 1 a timer is started. If an inspector is opened in tab 2 the same timer is restarted. Closing tab 2 would then erase the timing event invalidating the timer in tab 1.
- We no longer need to preface telemetry calls with category "devtools.main" because this is the only category we will be using.
- There are some changes to `devtools/client/debugger/new/dist/vendors.js` and `devtools/client/debugger/new/src/utils/telemetry.js` that need to be ported to the debugger at the same time as landing this.

Differential Revision: https://phabricator.services.mozilla.com/D6137

--HG--
extra : moz-landing-system : lando
2018-09-25 12:57:13 +00:00
..
components Bug 1491879 - Fix telemetry support for multiple tabs / windows r=nchevobbe 2018-09-25 12:57:13 +00:00
modules Bug 1487078 - Copy addon helper to aboutdebugging-new;r=daisuke 2018-08-31 08:12:16 +00:00
test Bug 1476549 - Part 5. Modify the tests which is realted to frames button. r=birtles 2018-09-20 08:03:21 +00:00
aboutdebugging.css Bug 1488508 - update help icon to use Photon style system. r=gl 2018-09-04 17:21:44 +00:00
aboutdebugging.xhtml Bug 1471152 - Package all panel scripts under resource://devtools/ instead of chrome://devtools/. r=jdescottes 2018-06-25 12:59:22 -07:00
initializer.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
moz.build Bug 1487078 - Move extensions helper xpcshell test to aboutdebugging-new;r=daisuke 2018-08-31 06:55:53 +00:00