Greg Tatum

Results 164 issues of Greg Tatum

The SVGs should be accessible, by providing descriptions of the graphics. [docs-developer/architecture.md](https://github.com/devtools-html/perf.html/blob/master/docs-developer/architecture.md). ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-725)

help wanted
accessibility
documentation
ready

e.g. ```css .treeViewBody:focus > * > * > * > .treeViewRow.selected ``` becomes ```css .treeViewBody:focus .treeViewRow.selected ``` ## This is a follow-up from #855 > julienw 5 days ago Member...

The name should be in the page's too, preferably coming first, something like: ` - perf.html` so that it's easily visible in tabs. Example zip file: http://localhost:4242/from-url/https%3A%2F%2Fqueue.taskcluster.net%2Fv1%2Ftask%2FQPUiLGxRRYa_oCnlCpBOzw%2Fruns%2F0%2Fartifacts%2Fpublic%2Ftest_info%2Fprofile_tresize.zip/calltree/?hiddenThreads=&react_perf&thread=0&threadOrder=0-1&v=3 ┆Issue is synchronized...

polish
zip files

Right now everything is shoved in fixtures. Perhaps we could organize them better with `src/test/utils/` and maybe re-organize things to be more consolidated in files. It feels really messy right...

code maintenance
tests

I think it would be worthwhile revisiting and discussing some of our testing practices and getting a consensus on the approach. In #833 there were concerns raised about any type...

documentation
tests

It would be nice to add this to the CI, I don't really feel like checking it manually, but it would be nice to know. I was quite surprised by...

code maintenance

We should add some tests to make sure our typing works. My guess is that this broke in the recent Flow upgrade. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-709)

code maintenance
help wanted
ready

This would involve taking the domain information, and running it through some kind of list, and then filtering the UI based on whether the script was coming from a ad...

feature

perf.html right now is pretty good at providing performance analysis in relation to how long each function took. However, once a slow function is found, it is important to be...

feature
discussion

Per julien in #812 > This makes for 160KB more in the resulting bundle (in prod mode!) :/ (increasing from 537 to 697 KB). Do you think we could import...

code maintenance
zip files