Benoit Girard
Benoit Girard
I'm also seeing this issue. It's 66% of a 10s render. Looks like a debugging feature. Is it possible to make it optional? This is interfering with other debugging on...
I can't share the trace unfortunately since it's a closed source project but I'm happy to provide additional information that I can share. Just capturing a stack is fairly expensive...
I was actually considering the same thing so I'm glad I found this discussion. I've written an ESLint warning to match 'delete this.'. This is pretty specific but I think...
I don't have a public repo accessible but here's a gist: https://gist.github.com/bgirard/4cd7a2f02f4173a226853bb8b512d09f It just warns on ```delete this.;```. Note that this wont warn on ```delete this.map[key];``` which more likely to...
Looks very interesting! Thanks for exploring this. You forgot to mention an important benefit from this approach which is having the option to 'Jump to the debugger' when looking at...
This is an example of something that does custom visualization of markers: https://github.com/bgirard/cleopatra/blob/master/js/waterfall.js and this is the code that is preventing certain markers with custom data from being shown by...
The problem is that a sample is often a mix of native -> Chrome JS -> native code -> Content JS -> native code so it's not easy to assign...
It's know breakage. We have to get the add-on resigned.
https://blog.mozilla.org/addons/2015/10/14/breaking-changes-let-const-firefox-nightly-44/
I think the thunderbird port doesn't use the panel so it might just need to be moved in the FF specific code.