Skip to content

Releases: eclipsesource/perfetto

Perfetto UI - d148402da33b40

06 Mar 14:56
d148402

Choose a tag to compare

Pre-release
Add a hook to get early access to trace object before loading (#169)

Perfetto plugins in host apps need to be able to access contextual
information associated with the trace during loading of the trace
and initialization of the plugin instance. This requires that a host app
be able to associate information with the trace before the AppImpl's
promise result from its various trace loading APIs is resolved at the
completion of loading. Accordingly, add an optinoal call-back function
parameter to the AppImpl load method implementations to provide this
trace early access hook.

For android-graphics/sokatoa#4633

Signed-off-by: Christian W. Damus <cdamus@eclipsesource.com>

Perfetto UI - 061c73826effcb

23 Jan 21:44
061c738

Choose a tag to compare

Pre-release
perfetto-ui-061c73826effcb

[ui] HTTP RPC Engine attempts reconnection until disposal (#168)

Perfetto UI - 0a412c7b318f46

18 Dec 16:55
0a412c7

Choose a tag to compare

Pre-release
Merge the v53.0 release into Sokatoa fork

For android-graphics/sokatoa#4184

Perfetto UI - d446c35d1ac39a

15 Dec 23:31

Choose a tag to compare

Pre-release
ui: attach WASD key listener to the main UI, not the document body

For android-graphics/sokatoa#4271

Signed-off-by: Christian W. Damus <cdamus.ext@eclipsesource.com>

Perfetto UI - de57204f5130c2

09 Dec 16:54
de57204

Choose a tag to compare

Pre-release
perfetto-ui-de57204f5130c2

ui: no title update (#165)

Perfetto UI - a1149baa1d3206

01 Dec 17:38

Choose a tag to compare

Pre-release

Commits

Perfetto UI - bf79eb3a2dcfc5

01 Dec 17:39
bf79eb3

Choose a tag to compare

Pre-release
perfetto-ui-bf79eb3a2dcfc5

[ui] switch to asynch queue for trace loading (#164)

Perfetto UI - dc64278a342f53

13 Nov 21:30

Choose a tag to compare

Pre-release
ui: separate modal dialog state by trace

Where applicable, tie the modal dialog state to a trace. Where an
explicit trace context is available, inject it into the dialog state.
Otherwise, infer it from the currently active trace if there is one,
otherwise the app instance.

For android-graphics/sokatoa#4112

Signed-off-by: Christian W. Damus <cdamus.ext@eclipsesource.com>

Perfetto UI - 4eae8905e835a9

24 Oct 15:52

Choose a tag to compare

Pre-release
tp: open files with utf-8 encoding in gen_amalgamted_sql.py (#3343)

Fixes #3342

----

In Korean locales it is not unusual that the platform default encoding
on Windows is the EUC-KR codepage, so on these and other systems that
don't default to UTF-8, it would help to have any build script that
loads UTF-8 files make that explicit in their code.

Signed-off-by: Christian W. Damus <cdamus.ext@eclipsesource.com>

Perfetto UI - 434bc594fda51b

23 Oct 21:15
434bc59

Choose a tag to compare

Pre-release
perfetto-ui-434bc594fda51b

ui: per-instance port for HttpRpcEngine (#160)