Skip to content

Releases: eclipsesource/perfetto

Perfetto UI - f32d84f

06 Jul 19:52
f32d84f
Compare
Choose a tag to compare
Perfetto UI - f32d84f Pre-release
Pre-release
Scope key handling to the viewer page (#16)

- add an optional "page" scope to the
  PanAndZoomHandler to ignore key
  events from input elements in the
  host application UI
- export an alternative factory for
  the ViewerPage component that
  restricts key event handling to
  itself

Perfetto UI - 3048bb7

30 Jun 11:11
3048bb7
Compare
Choose a tag to compare
Perfetto UI - 3048bb7 Pre-release
Pre-release
Open multiple traces in same electron application (#9)

* make port customizable via globals

Co-authored-by: Christian W. Damus <[email protected]>

Perfetto UI - b9274d5

21 Jun 12:57
b9274d5
Compare
Choose a tag to compare
Perfetto UI - b9274d5 Pre-release
Pre-release
Better contain perfetto styling (#12)

- Create perfetto container with custom root element (div.perfetto)
- Prefix generated CSS rules with custom class

Perfetto UI - 7a13696

15 Jun 12:52
7a13696
Compare
Choose a tag to compare
Perfetto UI - 7a13696 Pre-release
Pre-release
Parameterize the error handling (#13)

Extract the error handler that shows the
error dialog into the globals where other
points of customization are implemented,
while maintaining compatibility for contexts
such as the traceconv worker that doesn't
use the frontend globals.

Also add an API to force the error dialog
for the case when an external agent needs
to show it.

Perfetto UI - 8899422

12 Jun 17:46
8899422
Compare
Choose a tag to compare
Perfetto UI - 8899422 Pre-release
Pre-release
Track filtering API (#8)

Introduce an API for filtering the tracks
created by the Perfetto UI, customizable
via a registry of filters. Record filtered
tracks and track groups for later creation
by user request.

For tracks and track groups that had
been filtered out but are subsequently
created, add a trash-can action button
to them to remove them. Includes
refactorings to

- align the filter registration API with
  other plug-in registrations
- change the "user defined" flag in
  the AddTrackArgs to an internal
  "isRemovable" flag used also for
  un-filtered tracks and track groups

Perfetto UI - 23be40c

09 Jun 14:19
23be40c
Compare
Choose a tag to compare
Perfetto UI - 23be40c Pre-release
Pre-release
perfetto-ui-23be40c

Merge pull request #10 from eclipsesource/issues/52-cursor-overview-o…

Perfetto UI - 3a2a62a

08 Jun 20:13
Compare
Choose a tag to compare
Perfetto UI - 3a2a62a Pre-release
Pre-release
Flag to disable load-from-TP dialog

Add to the globals object a flag to suppress
the dialog that prompts to open a trace
already loaded in the trace_processor_shell,
for applications that manage this externally.

Perfetto UI - 135095d

05 Jun 17:58
135095d
Compare
Choose a tag to compare
Perfetto UI - 135095d Pre-release
Pre-release
Better Perfetto Themeing (#7)

* Normalize Colors
* Update details.scss
* Normalizing more things to font color
* More items captured under themeing colors
* Better hover coloring
* Improved hover on tabs

Perfetto UI - bbb095e

02 Jun 19:07
bbb095e
Compare
Choose a tag to compare
Perfetto UI - bbb095e Pre-release
Pre-release
Support dynamic track plugins

Introduce concept of user-defined tracks
for dynamic track plug-ins, and a new
deferred action for removal of user-defined
tracks from the UI.

Perfetto UI - d216bc3

30 May 12:40
d216bc3
Compare
Choose a tag to compare
Perfetto UI - d216bc3 Pre-release
Pre-release
perfetto-ui-d216bc3

Fill holes in scrubber (#6)