Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
988 contributions in the last year
Activity overview
Contributed to
firefox-devtools/profiler,
mozilla/gecko-dev,
firefox-devtools/profiler-server
and 5 other
repositories
Contribution activity
September 2020
- gregtatum/icosphere JavaScript
- gregtatum/metal-cpp C++
Created a pull request in firefox-devtools/profiler that received 1 comment
Be more precise on marker schema for Text markers
+27
−7
•
1
comment
- Only showing the current process when right clicking a track
- Update and remove a few babel dependencies that were stuck to the old v6
- Upgrade serialize-javascript by regenerating the entry for webpack-te…
- Add the underlying code to be able to delete a profile
- Display merged threads in the active tab view
- Make ctxId query string optional for active tab view
- Improve the navigation mocks and add tests to UrlManager
- Support using the back and forward buttons when moving between content pages
Created an issue in firefox-devtools/profiler that received 5 comments
Only show the current process when right clicking a track
This is part of #2764 When right clicking a track, it is annoying and not very useful to see all of the tracks on the profile. When this feature wa…
5
comments
- Implement "searchable" feature for the marker schema
- Active tab resources panel keeps the overflow shadow overlay when toggling the view
- The active tab resources panel toggles open/close when creating a preview selection
- Add an option to hide tracks by type
- Add an option to show all hidden tracks to visible tracks dropdown
- [meta] Improve track hiding and context menus
- Add support for marker set indexes
- Properly sanitize markers based on the schema used
- Remove "tracing" marker type, and migrate to the "category" field.