Greg Tatum

Results 204 issues of Greg Tatum

In uncovering our top offenders in lack of code coverage we are missing coverage in: [src/profile-logic/profile-data.js](https://codecov.io/gh/devtools-html/perf.html/src/dde68013d994ec113c7513f85f2b0eadee9af2cf/src/profile-logic/profile-data.js) We need to test: * [ ] `findBestAncestorCallNode` ┆Issue is synchronized with this [Jira...

code maintenance
help wanted
tests

While looking for top file offenders for code coverage, this one stands out. We have no coverage for GC marker processing. https://codecov.io/gh/devtools-html/perf.html/src/dde68013d994ec113c7513f85f2b0eadee9af2cf/src/profile-logic/process-profile.js#L494 ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-690)

code maintenance
help wanted
tests

![image](https://user-images.githubusercontent.com/1588648/35171731-736cbaf4-fd2a-11e7-9f9d-7e04a57de691.png) Looking at a call tree like this is kind of unhelpful, as it doesn't show anything pertinent that is going on. It would be useful to be able to...

feature
call tree

With PR #709 the types needed to change in `src/types/indexeddb.js`. We should investigate what's going on here. See https://github.com/devtools-html/perf.html/pull/709#discussion_r161786815 ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-688)

code maintenance

We should have some nice documentation about what is going on in #709 ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-687)

documentation

I believe the fix here is to unhook the Viewport from dispatching actions. We should attach an event emitter to the store that operates independently of the actions. The mouse...

perf
polish
timeline

We should host the examples or expose them better. I also have a few from presentations I need to merge in. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-682)

documentation

e.g. use real title like h1, h2. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-680)

accessibility

This should be broken out into separate issues on each tab with an agreed upon set of keys to use. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-679)

feature
accessibility

`performance.measure()` requires a start and end mark. In our marker processing step we should de-duplicate the marks that are used to create measures. Currently we are showing 3 markers for...

polish
markers