Nazım Can Altınova
Nazım Can Altınova
We are usually using the `Localized` component, but recently I was trying the `withLocalization`'s `getString` API, and it looks like it is the missing the `elems` parameter, which is pretty...
I came across this while working on the i18n of Firefox Profiler. I tried to pass a boolean variable in the Localized's `vars` attribute like this: ```jsx ... ``` And...
This came up from our conversations in the Matrix channel with :smaug. It wasn't very clear that the recordings belong to you or someone else before. This PR should clarify...
In our Matrix channel smaug said: > The page just says "Recent uploaded recordings". I don't know if those are mine or someone elses It looks like it's not very...
After migrating to React 18 we stayed on the legacy API because using the new API brought some bugs due to the new asynchronous batching behavior. We should fix those...
Previously we only had remote profiling for Android, but now we have profile capturing directly from Fenix as well. The profile capturing workflow there consists of capturing the profile data...
From Julien's message here: https://github.com/firefox-devtools/profiler/pull/4067#issuecomment-1145922828 Currently we calculate the activity graph height depending on the cpu ratio of each sample. But we do not include the `weight` values in these...
From Markus' review here: https://github.com/firefox-devtools/profiler/pull/4067#pullrequestreview-993791688 > Option 4 would take the maxThreadCPUDeltaPerMs into account when computing the thread's processed threadCPUDelta, and compute a cpuRatio per sample. Now activity graph drawing...
:smaug mentioned in our Matrix channel that quite often people have copy-pasted the url from the location bar instead of using the share button and sharing the permalink. We do...
We've removed some animations in #3972. But we do have some more transitions as Julien wrote in his review message. We should investigate them and remove them for users with...