Bug 1811633 - use updated, vendored version of PKI.js, remove old version r=Gijs
This also converts certDecoder.jsm to an ES module (as certDecoder.mjs) and
updates all uses of it.
Differential Revision:
https://phabricator.services.mozilla.com/D167466
; Generate a Broad Process Tree
; This generates a Tree of the form:
;
; main
; \_ c1
; | \_ c2
; | \_ c2
; | \_ c2
; | \_ c2
; | \_ c2
; |
; \_ c1
; | \_ c2
; | \_ c2
; | \_ c2
; | \_ c2
; | \_ c2
; |
; \_ ... 23 more times
[main]
children=25*c1
maxtime=10
[c1]
children=5*c2
maxtime=10
[c2]
maxtime=5