Nicolas Chevobbe
Nicolas Chevobbe
Setting as enhancement, but I don't even know if this would be possible? You wouldn't be able to launch a new Firefox instance from the web
This repo is for the vscode extension, so it probably wouldn't happen here
In Firefox, we transform the expression to its async-iife equivalent under the hood, so it can be evaluated. It's not something very elegant, and we're probably having issues depending on...
I do see logpoint working fine in the VSCode terminal. Do you mean you'd like the logpoint to be visible in Firefox DevTools console?
If I'm reading the spec: > If args’s [size](https://infra.spec.whatwg.org/#list-size) is 1, return args. So the screenshot in https://github.com/whatwg/console/pull/218#issue-1477863265 for Chrome seems to be wrong for me. Did Chrome behavior changed...
bzapi will be removed at the end of June (https://groups.google.com/forum/#!topic/mozilla.dev.platform/gDuH7RStS3c), so we should switch to the new API in the next months. I may try to do it
Good call, if there are other tools which are more active than this one, we should try to use them instead. I filed https://github.com/mozilla-frontend-infra/codetribute/issues/383 to see what could be done...
bzapi is still up, but we shouldn't rely on it. codetribute now allows to group multiple components, and I have a PR to do that for DevTools modules: https://github.com/mozilla-frontend-infra/codetribute/pull/410 When...
Thanks for doing this review Alex. That sounds correct for the console and reveals a lot of inconsistencies, that would be nice to unify as part of this work.
> Can you put a screenshot of the filter you're mentioning? The call tree filter I see can be focused by keyboard, at least for me on Linux. It's also...