Gerald Squelart

Results 28 comments of Gerald Squelart

Update: Looks like things have changed! In version 9000 (7003), there's no settings/menu icon anymore on the empty entry page! But anyway it still takes 3 taps: 1. Back arrow...

Thanks for the reviews. I'll update soon to address comments so far. But following @whsieh 's advice I retested it, and it appears to be too noisy, triggering too often...

Back to draft, because if we run those tests in parallel some start failing with ImageOnlyFailure. I'll revisit...

The intermittent failures I experienced seem to be related to heavy workload and/or prolonged continued usage. After rebooting, and avoiding opening lots of apps, running tests work flawlessly for me....

Note to reviewers: I haven't touched Python for a long time, so please correct my bad idioms! And I'm open to bike-shedding.

Note to self: Add tests for `get_expectation_line` and `get_expectation_lines`.

Oh I see now, all the test expectations have changed by 1 character (an extra space that my patch added), so it thinks all these tests have really changed! But...

perf.html, aka the [Firefox Profiler](https://profiler.firefox.com), can import external profile formats to [its own format](https://github.com/firefox-devtools/profiler/blob/main/docs-developer/processed-profile-format.md). Here are [a few existing importers](https://github.com/firefox-devtools/profiler/tree/main/src/profile-logic/import). You may want to [file an issue there](https://github.com/firefox-devtools/profiler/issues), to discuss...