Andrew Creskey
Andrew Creskey
When running a test where the video recording already exists (and would need to be overwritten), I'm seeing browsertime silently stall after issuing the ffmpeg video command. (macOS). If I...
If a new marker type is added, using Url format, e.g. schema.AddKeyFormat("url", MS::Format::Url); the expectation is that the Url would be stripped on profile upload if the user did not...
The Necko team would like to use `about:logging` and the resulting Firefox Profiles as the default method to collect nsHttp (and related) MozLogs from users. While this currently works well,...
### Have you read the documentation? - [X] Yes, I've read the [how to make a reproducable bug guide](https://www.sitespeed.io/documentation/sitespeed.io/bug-report/) - [X] Yes, I've read the [how to debug my script...
An idea that Kershaw proposed at Mozweek 2024: A button to extract the networking logs (nsHttp, etc) from a profile (make with `profilermarkers`) and open them in the Necko tool,...
I frequently use the "Copy description" command from the context menu to grab relevant marker output, e.g. However what is copied to the clipboard does not include the "Start" field...
It would be helpful if the Chrome importer mapped network requests to network tracks in the Firefox profiler. For example, when loading the following Chrome Performance trace in the Chrome...
### Have you read the documentation? - [x] Yes, I've read the [how to make a reproducable bug guide](https://www.sitespeed.io/documentation/sitespeed.io/bug-report/) - [x] Yes, I've read the [how to debug my script...
We will have to wait until a bug in Firefox is fixed before adding this (otherwise debug builds will assert) https://bugzilla.mozilla.org/show_bug.cgi?id=1977673 But I wanted to create the pull request anyway
It would be helpful for engineers to be able to capture callstacks for all existing markers without having to modify the source code for each marker. Similar to how the...