Nazım Can Altınova

Results 76 issues of Nazım Can Altınova

Currently we compute CPU scores to determine which threads to make visible by default. We can also display that information in the thread selection popup to give our users more...

feature
timeline
active tab

We decided to go with a different active tab view that's closer to the current view. So it doesn't make sense to keep that view in the source code anymore....

timeline
active tab

Currently we don't do any special ordering for the global tracks. So they are displayed as the same order as their order in the profile data. We already have a...

feature
active tab

Currently we have a way to filter samples by their innerWIndowId. It's not working correctly (see #3236, #3367). Let's remove that code completely as we don't need it in the...

bug
active tab

This issue is moved from https://bugzilla.mozilla.org/show_bug.cgi?id=1894447 Profile : https://share.firefox.dev/3JNDR49 Try going to the Marker Chart tab, or switch between different threads, or select a portion of the timeline and select...

perf

Currently we have two types of track context menus. 1. Main track context menu on the top left corner for seeing all the tracks. 1. Process specific track context menus,...

polish
timeline
accessibility

Currently it's not possible to hide a type of tracks from the timeline and make it persistent across the profiles. On the Culture of Performance meetings, we got this feedback...

feature
timeline

We should simplify the chart panel toolbar by: * Converting javascript/native checkbox to a selecbox. * Limiting "invert call stack" checkbox to call tree only. ![](https://user-images.githubusercontent.com/466239/75361724-0c313680-58b8-11ea-842a-dfa9ece96d41.png) ┆Issue is synchronized with...

feature
active tab

Hi, I was looking at the developer documentation and found some deprecated APIs. For example, see the [`Workspace.activeLeaf` property](https://docs.obsidian.md/Reference/TypeScript+API/Workspace/activeLeaf). It has a warning like this: ``` Warning: This API is...