Nazım Can Altınova

Results 76 issues of Nazım Can Altınova

This requires changes from [Bug 1921778](https://bugzilla.mozilla.org/show_bug.cgi?id=1921778) since it adds the webchannel changes in the backend. This PR adds the ability to retrieve the favicons for pages as a data url,...

Currently we have our own source view but DevTools team suggested that we can also add an option open the devtools panel with the WebChannel. This option could possible be...

feature
discussion
JS Execution Tracing

Currently marker and sample search filters have a comma separated list, and we do "logical OR" with this list. But doing logical AND operation is sometimes needed, so we should...

feature
ux-needed

It looks like we forgot to make [`ZipFileViewer.js`](https://github.com/firefox-devtools/profiler/blob/9dd06a06ffbeb9ff89d0d2d428c234de7d14502c/src/components/app/ZipFileViewer.js) file localizable and we are always showing English strings there. Let's make these texts in this file localizable by wrapping them with...

polish
help wanted
i18n

We would like to be able to get the source maps and show the JS source in the source code view eventually. To be able to do that, we have...

needs gecko patch
source view
JS Execution Tracing

Once we have webchannel requests to get the source maps (#5110), we can change the JS function names during symbolication to find their real names and replace it with them....

feature
symbolication
source view
JS Execution Tracing

For the source code view, we should have a way to request the source code for the Firefox-internal JS code (`chrome://` etc.). They can be hosted on hg.mozilla.org, or for...

feature
needs gecko patch
source view
JS Execution Tracing

Once we have a way to request source code and source map from Firefox with #5110, we can show that in the source view. Looking at this place, it appears...

feature
source view
JS Execution Tracing

This is not something that is on our immediate roadmap yet, but it might be useful for later. It could be useful to hover over a parameter to see its...

feature
discussion
JS Execution Tracing

This PR adds a tab selector on the top left corner, inside the "Full Range" breadcrumbs root. By clicking that, you can select a different tab and this will change...